• Max Kellermann's avatar
    directory: don't pass fd to traverseAllIn() callbacks · 528be8a0
    Max Kellermann authored
    Database traversal should be generic, and not bound to a client
    connection.  This is the first step: no file descriptor for the
    callback functions forEachSong() and forEachDir().  If a callback
    needs the file descriptor, it has to be passed in the void*data
    pointer somehow; some callbacks might need a new struct for passing
    more than one parameter.  This might look a bit cumbersome right now,
    but our goal is to have a clean API.
    528be8a0
Name
Last commit
Last update
bs Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
build.mk Loading commit data...
configure.ac Loading commit data...