X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=oss_write.c;h=794f4242368b623a27f84d822e6c4960951cd919;hb=bb899fb1a0c279a2890ff30d11bf7aec50fb92ed;hp=75ad98b9faac0acfa912628c6bafed31d085b90b;hpb=e854df2fe2cfb3ae90a439828fc13cc0fc470aa9;p=paraslash.git diff --git a/oss_write.c b/oss_write.c index 75ad98b9..794f4242 100644 --- a/oss_write.c +++ b/oss_write.c @@ -71,7 +71,7 @@ static void oss_pre_select(struct sched *s, void *context) return; if (ret < 0 || !powd) return sched_min_delay(s); - para_fd_set(powd->fd, &s->wfds, &s->max_fileno); + sched_monitor_writefd(powd->fd, s); } static void oss_close(struct writer_node *wn)