]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - sched.h
Hide implementation of para_fd_set().
[paraslash.git] / sched.h
diff --git a/sched.h b/sched.h
index e0ca0c011bb0d4838a4071098e4c172403fac015..d9e852447ec55c27e4fc77a86185fcaa4a68bd06 100644 (file)
--- a/sched.h
+++ b/sched.h
@@ -80,6 +80,8 @@ void sched_request_timeout(struct timeval *to, struct sched *s);
 void sched_request_timeout_ms(long unsigned ms, struct sched *s);
 int sched_request_barrier(struct timeval *barrier, struct sched *s);
 int sched_request_barrier_or_min_delay(struct timeval *barrier, struct sched *s);
+void sched_monitor_readfd(int fd, struct sched *s);
+void sched_monitor_writefd(int fd, struct sched *s);
 
 static inline bool sched_read_ok(int fd, const struct sched *s)
 {