X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.h;h=303877a4435d0b31fc779ac03d68e20326af17b2;hp=c706b5093fba47f3173cc183daa07f0b77120a48;hb=0b38d56fdd56cc51ee4286a49a4aa91d83618fc1;hpb=00cedf20a69178ac3ec3e43035a2d54868f1bc6d diff --git a/sched.h b/sched.h index c706b509..303877a4 100644 --- a/sched.h +++ b/sched.h @@ -80,7 +80,7 @@ int schedule(struct sched *s); 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(struct task *t); +int task_get_notification(const struct task *t); void sched_min_delay(struct sched *s); void sched_request_timeout(struct timeval *to, struct sched *s); void sched_request_timeout_ms(long unsigned ms, struct sched *s);