X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=submit%2Fsubmitd.h;h=e3ae41ed5dee0942f3a98a5a0e71c7c6d1c43ca6;hb=d047668d020b301d034f0acd7f2873e926bba6e1;hp=13524229603b5c5fcb902c78ac79dc6b9277f6be;hpb=2c3e101dcd66d9237c09653395350bafe5884b86;p=moe.git diff --git a/submit/submitd.h b/submit/submitd.h index 1352422..e3ae41e 100644 --- a/submit/submitd.h +++ b/submit/submitd.h @@ -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) };