aboutsummaryrefslogtreecommitdiffstats
path: root/toj/center/src/center_com.h
diff options
context:
space:
mode:
Diffstat (limited to 'toj/center/src/center_com.h')
-rwxr-xr-x[-rw-r--r--]toj/center/src/center_com.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toj/center/src/center_com.h b/toj/center/src/center_com.h
index 73f3ff3..6973eec 100644..100755
--- a/toj/center/src/center_com.h
+++ b/toj/center/src/center_com.h
@@ -23,11 +23,10 @@ struct center_com_setid{
struct center_com_setinfo{
int avail;
}__attribute__((packed));
-struct center_com_submit{
+struct center_com_submit{ //judt submit header
int subid;
int proid;
int lang;
- char set_data[JUDGE_SET_DATAMAX];
}__attribute__((packed));
struct center_com_result{ //just result header
int subid;
@@ -40,6 +39,7 @@ struct center_com_setpro{
}__attribute__((packed));
struct center_com_reqpro{
int proid;
+ int cacheid;
}__attribute__((packed));
struct center_com_sendpro{
int proid;