]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - sched.h
Implement buffer tree pool support.
[paraslash.git] / sched.h
diff --git a/sched.h b/sched.h
index 4d57c75f3e3bf9b3076e60012bd80fba7cb4567c..35b5c636d3d6670810cb1c58f9d6a21408d054a8 100644 (file)
--- a/sched.h
+++ b/sched.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2009 Andre Noll <maan@systemlinux.org>
  *
  * 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];
 };
 
 /**