]> mj.ucw.cz Git - moe.git/blobdiff - submit/submitd.h
Added the show-submits utility.
[moe.git] / submit / submitd.h
index 13524229603b5c5fcb902c78ac79dc6b9277f6be..e3ae41ed5dee0942f3a98a5a0e71c7c6d1c43ca6 100644 (file)
@@ -61,6 +61,7 @@ struct task {
   cnode n;
   byte *name;
   uns open_data;       // Number of parts for open-data tasks
+  uns max_size;                // Maximum size (0=use global default)
   clist parts;         // List of parts of this task (simp_nodes)
   clist *extensions;   // List of allowed extensions for this task (simp_nodes)
 };