X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.h;h=35b5c636d3d6670810cb1c58f9d6a21408d054a8;hp=26aaabe9a5678621b9e3fe4d1ba4c27d34fbfb4f;hb=50087dc3759d54b7b9e5583d1e5a7544261fe364;hpb=909fb4c74895fc84684c572ff8d4f76ada9ef355 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]; }; /**