X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.h;h=bd1ad796dfb4fa015e0053c05d83eeb5f5150704;hp=632fddde19c62782aa89b5db9cc68e1f7c3b8e41;hb=65572373b52dad3f2ff3b8302a6f7491553f07b1;hpb=704605b466aca3ae6ca6d1e03b6af55e3d245502 diff --git a/sched.h b/sched.h index 632fddde..bd1ad796 100644 --- a/sched.h +++ b/sched.h @@ -17,6 +17,8 @@ struct task { char status[MAXLINE]; }; +extern struct timeval *now; + void *register_task(struct task *t); void unregister_task(struct task *t); int sched(struct sched *s);