]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - sched.h
revert recent css changes
[paraslash.git] / sched.h
diff --git a/sched.h b/sched.h
index 0363f0d1f4f79b89bc30078e600db4fc3b66898c..bd1ad796dfb4fa015e0053c05d83eeb5f5150704 100644 (file)
--- a/sched.h
+++ b/sched.h
@@ -8,7 +8,6 @@ struct sched {
 
 struct task {
        void *private_data;
-       unsigned flags;
        int ret;
        void (*pre_select)(struct sched *s, struct task *t);
        void (*post_select)(struct sched *s, struct task *t);
@@ -18,10 +17,7 @@ struct task {
        char status[MAXLINE];
 };
 
-enum task_flags {
-       PRE_ADD_TAIL = 1,
-       POST_ADD_TAIL = 2,
-};
+extern struct timeval *now;
 
 void *register_task(struct task *t);
 void unregister_task(struct task *t);