执行顺序术语修改:将execute sequence修改为evaluation order。

This commit is contained in:
zhengchao
2020-02-04 16:36:29 +08:00
parent 017a2a3816
commit 32f4e4507e
7 changed files with 20 additions and 20 deletions

View File

@@ -93,7 +93,7 @@ struct Maat_compile_rule
char* service_defined;
int is_valid;
int declared_grp_num;
double exec_seq;
double evaluation_order;
const struct Maat_table_desc* ref_table;
MAAT_RULE_EX_DATA* ads;
};