This commit is contained in:
Wang Renxin 2017-05-15 23:16:59 +08:00
parent 3ba4fdec26
commit 86f756acf2

View File

@ -393,7 +393,7 @@ typedef struct _gc_t {
_ht_node_t* collected_table; _ht_node_t* collected_table;
_ht_node_t* valid_table; _ht_node_t* valid_table;
unsigned char collecting; unsigned char collecting;
bool_t enabled_collecting; bool_t enabled_collecting _PACK1;
} _gc_t; } _gc_t;
typedef struct _calculation_operator_info_t { typedef struct _calculation_operator_info_t {