通过原有功能的单元测试。
This commit is contained in:
@@ -5,4 +5,5 @@ struct Maat_garbage_bin* Maat_garbage_bin_new(int default_timeout);
|
||||
void Maat_garbage_bin_free(struct Maat_garbage_bin* bin);
|
||||
void Maat_garbage_bagging(struct Maat_garbage_bin* bin, void* garbage, void (* func)(void *));
|
||||
void Maat_garbage_collect_routine(struct Maat_garbage_bin* bin);
|
||||
size_t Maat_garbage_bin_get_size(struct Maat_garbage_bin* bin);
|
||||
|
||||
|
||||
@@ -262,7 +262,6 @@ struct _Maat_feather_t
|
||||
{
|
||||
struct Maat_scanner *scanner;
|
||||
struct Maat_scanner *update_tmp_scanner;
|
||||
MESA_lqueue_head garbage_q;
|
||||
struct Maat_garbage_bin * garbage_bin;
|
||||
struct Maat_table_manager* table_mgr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user