summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-08-11 01:48:47 +0200
committerHaru <haru@dotalux.com>2015-08-13 17:16:26 +0200
commit50cacd3089a6d1f349837b1b80e8bd4f20d2c3c2 (patch)
tree3d07340bfb9319134c7b0a4794182f1aa4504484 /src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc
parent5825aea88ecb43856d63a345aeb49ae72150af15 (diff)
downloadhercules-50cacd3089a6d1f349837b1b80e8bd4f20d2c3c2.tar.gz
hercules-50cacd3089a6d1f349837b1b80e8bd4f20d2c3c2.tar.bz2
hercules-50cacd3089a6d1f349837b1b80e8bd4f20d2c3c2.tar.xz
hercules-50cacd3089a6d1f349837b1b80e8bd4f20d2c3c2.zip
HPM Hooks Update
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc
index 93e063746..cdcdedcb5 100644
--- a/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc
@@ -20,6 +20,8 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(console->init, HP_console_init) },
{ HP_POP(console->final, HP_console_final) },
{ HP_POP(console->display_title, HP_console_display_title) },
+/* core */
+ { HP_POP(core->shutdown_callback, HP_core_shutdown_callback) },
/* DB */
{ HP_POP(DB->fix_options, HP_DB_fix_options) },
{ HP_POP(DB->default_cmp, HP_DB_default_cmp) },