Trigger plugin table's callback ONLY on its table's changed.

This commit is contained in:
zhengchao
2016-02-01 10:26:31 +08:00
parent 125a2e3cb3
commit aa5db4875b
3 changed files with 25 additions and 6 deletions

View File

@@ -207,6 +207,8 @@ struct _plugin_table_info
struct _callback_plugin cb_plug[MAX_PLUGING_NUM];
dynamic_array_t *cache_lines;
int line_num;
int update_type;
int is_called_started;
long cache_size;
pthread_mutex_t plugin_mutex;
};