修改笔误。

This commit is contained in:
zhengchao
2017-08-02 18:32:50 +08:00
parent 80d620de70
commit ac0dae3b03

View File

@@ -189,7 +189,7 @@ struct _Maat_group_rule_t
int ref_cnt;
dynamic_array_t *region_rules;
void* compile_shortcut;
pthread_mutex_t rwlock;
pthread_rwlock_t rwlock;
};
struct _Maat_compile_rule_t
{