X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.h;fp=sched.h;h=6a35f0e8e56a2f7fa4609ce63906d57981dbff0b;hp=db6ee7dc3a21a6a87037a3bad331d4ae081e271a;hb=ba0c0797c76a2c94cb4a9f6938274fea5ba0226f;hpb=5254df7e470dc49a29f91fa8185b98c40246f5ea diff --git a/sched.h b/sched.h index db6ee7dc..6a35f0e8 100644 --- a/sched.h +++ b/sched.h @@ -103,6 +103,7 @@ char *get_task_list(struct sched *s); void task_notify(struct task *t, int err); void task_notify_all(struct sched *s, int err); int task_get_notification(const struct task *t); +int task_status(const struct task *t); int task_reap(struct task **tptr); void sched_min_delay(struct sched *s); void sched_request_timeout(struct timeval *to, struct sched *s);