* There is one such struct for each supported selector. During the startup
* part of para_server the \a init() function of the activated selector gets
* called which fills in all other function pointers.
-
- *
*
*/
struct audio_file_selector {
* para_server enters its main select loop. The selector may add its own file
* descriptors to the \a rfds or the \a wfds set.
*
- * If a file descriptor was added, \a max_fileno must be increased by
- * this function, if neccessary.
+ * \return The highest-numbered file descriptor which was added to either of
+ * the two fd sets (or -1 if no file descriptors were added).
*
* \sa select(2)
*/