X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=stdin.c;h=5f9259f7171c50dbdb1e164f6bc36257f45cc253;hb=bb899fb1a0c279a2890ff30d11bf7aec50fb92ed;hp=eea78b3eb8cabee7c39900c248a2e9f116426872;hpb=e854df2fe2cfb3ae90a439828fc13cc0fc470aa9;p=paraslash.git diff --git a/stdin.c b/stdin.c index eea78b3e..5f9259f7 100644 --- a/stdin.c +++ b/stdin.c @@ -28,7 +28,7 @@ static void stdin_pre_select(struct sched *s, void *context) if (ret <= 0) return; if (btr_pool_unused(sit->btrp) > 0) - return para_fd_set(STDIN_FILENO, &s->rfds, &s->max_fileno); + return sched_monitor_readfd(STDIN_FILENO, s); sched_request_timeout_ms(100, s); }