X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.h;h=35b5c636d3d6670810cb1c58f9d6a21408d054a8;hp=4d57c75f3e3bf9b3076e60012bd80fba7cb4567c;hb=ff63e4b709e037fda044beae858f494e2868e7d7;hpb=4fc040bcb794981726c20759ce6ad4aadebc3ff4 diff --git a/sched.h b/sched.h index 4d57c75f..35b5c636 100644 --- a/sched.h +++ b/sched.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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]; }; /**