X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod_command.c;h=795e2ac84657150a1a8d64947e30a7ba4a217796;hb=b142089267ef501e438c3dc77ecf19bead3d4e58;hp=677abe340bfdc801422caee920c611ff6a70d33a;hpb=810be60c845379bbe21c49c17139da02778b99e7;p=paraslash.git diff --git a/audiod_command.c b/audiod_command.c index 677abe34..795e2ac8 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -361,8 +361,8 @@ EXPORT_AUDIOD_CMD_HANDLER(version) * * \param accept_fd The fd to accept connections on. * - * This is called in each iteration of the select loop. If there is an incoming - * connection on \a accept_fd, this function reads the command sent by the peer, + * This is called in each iteration of the main loop of the scheduler. If there + * is an incoming connection, the function reads the command sent by the peer, * checks the connecting user's permissions by using unix socket credentials * (if supported by the OS) and calls the corresponding command handler if * permissions are OK.