From: Andre Noll Date: Wed, 6 Jan 2010 23:42:10 +0000 (+0100) Subject: sched.h: Explicitely mention size of task status buffer. X-Git-Tag: v0.4.2~183 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=50087dc3759d54b7b9e5583d1e5a7544261fe364;ds=sidebyside sched.h: Explicitely mention size of task status buffer. --- 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]; }; /**