X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=sched.h;h=452e749e10dd905592c37bb0bac78f81d403f563;hb=e9e826f4fb415c4225ff5934fe42572ffa3b5ebc;hp=27c723919c21c429e327f0a6eb7effa45ea0a219;hpb=fc100a582159c001bd5eb2244f314343309bb503;p=paraslash.git diff --git a/sched.h b/sched.h index 27c72391..452e749e 100644 --- a/sched.h +++ b/sched.h @@ -83,3 +83,4 @@ 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); +void sched_request_barrier_or_min_delay(struct timeval *barrier, struct sched *s);