aboutsummaryrefslogtreecommitdiffstats
path: root/toj/center/src/jmod_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'toj/center/src/jmod_test.h')
-rwxr-xr-x[-rw-r--r--]toj/center/src/jmod_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toj/center/src/jmod_test.h b/toj/center/src/jmod_test.h
index 94cc23d..844f5c8 100644..100755
--- a/toj/center/src/jmod_test.h
+++ b/toj/center/src/jmod_test.h
@@ -5,10 +5,10 @@ typedef int (*check_run_fn)(int &status,char *err_msg);
typedef int (*check_stop_fn)();
struct line_set_data{
- int test_id;
+ int id;
};
struct line_result_data{
- int test_id;
+ int id;
int status;
double score;
unsigned long runtime;