diff options
author | Haru <haru@dotalux.com> | 2016-03-13 20:21:07 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-12 20:58:36 +0200 |
commit | 591e877c7f30d4c9d34b996f245b0ad0ee81c46d (patch) | |
tree | ffd193d76143bb95500fe707d0c7e019e833b473 /src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc | |
parent | b1ad3f26233d8a2e79d88802eb75ba39be88af95 (diff) | |
download | hercules-591e877c7f30d4c9d34b996f245b0ad0ee81c46d.tar.gz hercules-591e877c7f30d4c9d34b996f245b0ad0ee81c46d.tar.bz2 hercules-591e877c7f30d4c9d34b996f245b0ad0ee81c46d.tar.xz hercules-591e877c7f30d4c9d34b996f245b0ad0ee81c46d.zip |
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc index 93c838c46..6de163d9f 100644 --- a/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc @@ -226,6 +226,10 @@ struct HookingPointData HookingPoints[] = { { HP_POP(iMalloc->usage, HP_iMalloc_usage) }, { HP_POP(iMalloc->post_shutdown, HP_iMalloc_post_shutdown) }, { HP_POP(iMalloc->init_messages, HP_iMalloc_init_messages) }, +/* md5_interface */ + { HP_POP(md5->string, HP_md5_string) }, + { HP_POP(md5->binary, HP_md5_binary) }, + { HP_POP(md5->salt, HP_md5_salt) }, /* nullpo_interface */ { HP_POP(nullpo->assert_report, HP_nullpo_assert_report) }, /* showmsg_interface */ |