手工修复合并中的错误。

This commit is contained in:
zhengchao
2017-08-07 17:08:52 +08:00
parent fc39c12d65
commit e4341ebea1
3 changed files with 442 additions and 256 deletions

View File

@@ -182,7 +182,7 @@ struct _Maat_group_inner_t
char* group_name;
dynamic_array_t *regions;
void* compile_shortcut;
pthread_rwlock_t rwlock;
pthread_mutex_t mutex;
};
struct _Maat_compile_inner_t
{