]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
Hide implementation of para_fd_set().
[paraslash.git] / audiod.c
index 12de088639448ca9a227fa857bf99cb406e95b8b..1dc70e5e3fa0dc107920de755a1b6f99b35f31a1 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -1078,7 +1078,7 @@ static int signal_post_select(struct sched *s, void *context)
 static void command_pre_select(struct sched *s, void *context)
 {
        struct command_task *ct = context;
-       para_fd_set(ct->fd, &s->rfds, &s->max_fileno);
+       sched_monitor_readfd(ct->fd, s);
 }
 
 static int command_post_select(struct sched *s, void *context)