summaryrefslogtreecommitdiff
path: root/core/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/main.cpp')
-rw-r--r--core/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/main.cpp b/core/main.cpp
index 4a71738..1fe689c 100644
--- a/core/main.cpp
+++ b/core/main.cpp
@@ -25,7 +25,7 @@ ACE_Log_Msg logger;
bool halt_requested = false;
-PLUGINLINK pluglink = {&CreateServiceFunction, &CallService, &ServiceExists};
+PLUGINLINK pluglink = {&CreateServiceFunction, &CallService, &ServiceExists, &RegisterEventHandler, &RegisterEventType};
int on_exit()
{