summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2020-04-05 19:38:09 +0200
committerHerculesWSAPI <dev@herc.ws>2020-04-05 19:38:09 +0200
commite827fed09af22b18ffa54ca5dc9991eff464f7ab (patch)
treea9b6a3ceeacd9523b015753067cf7b01b0e54116 /src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
parent0c7baa39ae58eaf7f823f04a57247e1cc7ab604f (diff)
downloadhercules-e827fed09af22b18ffa54ca5dc9991eff464f7ab.tar.gz
hercules-e827fed09af22b18ffa54ca5dc9991eff464f7ab.tar.bz2
hercules-e827fed09af22b18ffa54ca5dc9991eff464f7ab.tar.xz
hercules-e827fed09af22b18ffa54ca5dc9991eff464f7ab.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
index e8e211f8b..238580b83 100644
--- a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc
@@ -696,6 +696,8 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(mutex->cond_signal, HP_mutex_cond_signal) },
{ HP_POP(mutex->cond_broadcast, HP_mutex_cond_broadcast) },
/* nullpo_interface */
+ { HP_POP(nullpo->init, HP_nullpo_init) },
+ { HP_POP(nullpo->final, HP_nullpo_final) },
{ HP_POP(nullpo->assert_report, HP_nullpo_assert_report) },
/* packets_interface */
{ HP_POP(packets->init, HP_packets_init) },