X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.h;h=27c723919c21c429e327f0a6eb7effa45ea0a219;hp=f119025c4c73f2d6b811f8220e6cec4c2449cd0d;hb=fc100a582159c001bd5eb2244f314343309bb503;hpb=b8caed98bbe13587dfb3f59d5c53746a6c6f70a8 diff --git a/sched.h b/sched.h index f119025c..27c72391 100644 --- a/sched.h +++ b/sched.h @@ -82,3 +82,4 @@ 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);