]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - grab_client.c
Hide implementation of para_fd_set().
[paraslash.git] / grab_client.c
index 8370649301906eaef68a4c30d1b1f3975283dea8..04d90169864e50dd9b018159ac079551f39fd4ef 100644 (file)
@@ -98,7 +98,7 @@ static void gc_pre_select(struct sched *s, void *context)
                return;
        if (ret < 0)
                sched_min_delay(s);
-       para_fd_set(gc->fd, &s->wfds, &s->max_fileno);
+       sched_monitor_writefd(gc->fd, s);
 }
 
 /*