X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.h;h=35b5c636d3d6670810cb1c58f9d6a21408d054a8;hp=26aaabe9a5678621b9e3fe4d1ba4c27d34fbfb4f;hb=ff63e4b709e037fda044beae858f494e2868e7d7;hpb=00e4d4da1b2c00da139b09d3ed4ab9ad9fba2691 diff --git a/sched.h b/sched.h index 26aaabe9..35b5c636 100644 --- a/sched.h +++ b/sched.h @@ -63,7 +63,7 @@ struct task { /** Position of the task in the post_select list of the scheduler. */ struct list_head post_select_node; /** Descriptive text and current status of the task. */ - char status[MAXLINE]; + char status[255]; }; /**