]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - sched.h
time.c: tv_convex_combination() fixes.
[paraslash.git] / sched.h
diff --git a/sched.h b/sched.h
index 35b5c636d3d6670810cb1c58f9d6a21408d054a8..27c723919c21c429e327f0a6eb7effa45ea0a219 100644 (file)
--- a/sched.h
+++ b/sched.h
@@ -79,3 +79,7 @@ int schedule(struct sched *s);
 char *get_task_list(void);
 int kill_task(char *id);
 void sched_shutdown(void);
+void sched_min_delay(struct sched *s);
+void sched_request_timeout(struct timeval *timeout, struct sched *s);
+void sched_request_timeout_ms(long unsigned ms, struct sched *s);
+void sched_request_barrier(struct timeval *barrier, struct sched *s);