X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.h;h=7681567be31534e3ef98af3dc19f16f0958290d7;hp=27c723919c21c429e327f0a6eb7effa45ea0a219;hb=de7b5b177b8ad295820bd14c00b049fd8a5ec21f;hpb=f42b5eccb6ec3364dc0500ffeffbe9d9ecab07bd diff --git a/sched.h b/sched.h index 27c72391..7681567b 100644 --- a/sched.h +++ b/sched.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2009 Andre Noll + * Copyright (C) 2006-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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);