]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - stdout.c
Hide implementation of para_fd_set().
[paraslash.git] / stdout.c
index 71c45f69518b349d07143823003dedac9a0f5e2f..4af40984b909121460344a53a855a5753c10c4d0 100644 (file)
--- a/stdout.c
+++ b/stdout.c
@@ -18,7 +18,7 @@ static void stdout_pre_select(struct sched *s, void *context)
 
        ret = btr_node_status(sot->btrn, 0, BTR_NT_LEAF);
        if (ret > 0)
-               para_fd_set(STDOUT_FILENO, &s->wfds, &s->max_fileno);
+               sched_monitor_writefd(STDOUT_FILENO, s);
        else if (ret < 0)
                sched_min_delay(s);
 }