summaryrefslogtreecommitdiff
path: root/src/common/plugins.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/plugins.c')
-rw-r--r--src/common/plugins.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/plugins.c b/src/common/plugins.c
index 09ce15da3..ac8c4a7ee 100644
--- a/src/common/plugins.c
+++ b/src/common/plugins.c
@@ -346,7 +346,8 @@ void plugins_init(void)
export_symbol(addr_, SYMBOL_ADDR);
// timers
export_symbol(get_uptime, SYMBOL_GET_UPTIME);
- export_symbol(delete_timer, SYMBOL_DELETE_TIMER);
+// export_symbol(delete_timer, SYMBOL_DELETE_TIMER);
+ export_symbol(delete_timer_sub, SYMBOL_DELETE_TIMER);
export_symbol(add_timer_func_list, SYMBOL_ADD_TIMER_FUNC_LIST);
export_symbol(add_timer_interval, SYMBOL_ADD_TIMER_INTERVAL);
export_symbol(add_timer, SYMBOL_ADD_TIMER);