]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - sched.h
sched.h: Explicitely mention size of task status buffer.
[paraslash.git] / sched.h
diff --git a/sched.h b/sched.h
index 26aaabe9a5678621b9e3fe4d1ba4c27d34fbfb4f..35b5c636d3d6670810cb1c58f9d6a21408d054a8 100644 (file)
--- 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];
 };
 
 /**