diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-03-06 02:40:54 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-03-06 02:40:54 +0100 |
commit | 88015858e452927146203f4c864e13254f024e02 (patch) | |
tree | 64a91304d19d2f2811e6cc9098090776513b8fba /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 582ca07560e27220fffd9d91a6fa18e6603e93aa (diff) | |
download | hercules-88015858e452927146203f4c864e13254f024e02.tar.gz hercules-88015858e452927146203f4c864e13254f024e02.tar.bz2 hercules-88015858e452927146203f4c864e13254f024e02.tar.xz hercules-88015858e452927146203f4c864e13254f024e02.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc index a4dc79e3a..fa9b04d39 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -2929,6 +2929,8 @@ struct { struct HPMHookPoint *HP_mapreg_save_post; struct HPMHookPoint *HP_mapreg_save_timer_pre; struct HPMHookPoint *HP_mapreg_save_timer_post; + struct HPMHookPoint *HP_mapreg_destroyreg_pre; + struct HPMHookPoint *HP_mapreg_destroyreg_post; struct HPMHookPoint *HP_mapreg_reload_pre; struct HPMHookPoint *HP_mapreg_reload_post; struct HPMHookPoint *HP_mapreg_config_read_pre; @@ -7958,6 +7960,8 @@ struct { int HP_mapreg_save_post; int HP_mapreg_save_timer_pre; int HP_mapreg_save_timer_post; + int HP_mapreg_destroyreg_pre; + int HP_mapreg_destroyreg_post; int HP_mapreg_reload_pre; int HP_mapreg_reload_post; int HP_mapreg_config_read_pre; |