diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2013-11-16 02:06:42 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2013-11-16 02:06:42 +0100 |
commit | 862046bc034985a12b230293fe7d8dd8fade9f53 (patch) | |
tree | f5a2cf52178d2caa6c8e558c3b3010092806ff38 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 7120b55ce40a6a0c4086da49d57c74baa72609d6 (diff) | |
download | hercules-862046bc034985a12b230293fe7d8dd8fade9f53.tar.gz hercules-862046bc034985a12b230293fe7d8dd8fade9f53.tar.bz2 hercules-862046bc034985a12b230293fe7d8dd8fade9f53.tar.xz hercules-862046bc034985a12b230293fe7d8dd8fade9f53.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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc index 0f9dd1e9a..b77505fbb 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -3853,6 +3853,12 @@ struct { struct HPMHookPoint *HP_pc_scdata_received_post; struct HPMHookPoint *HP_pc_bound_clear_pre; struct HPMHookPoint *HP_pc_bound_clear_post; + struct HPMHookPoint *HP_pc_expiration_timer_pre; + struct HPMHookPoint *HP_pc_expiration_timer_post; + struct HPMHookPoint *HP_pc_global_expiration_timer_pre; + struct HPMHookPoint *HP_pc_global_expiration_timer_post; + struct HPMHookPoint *HP_pc_expire_check_pre; + struct HPMHookPoint *HP_pc_expire_check_post; struct HPMHookPoint *HP_pet_init_pre; struct HPMHookPoint *HP_pet_init_post; struct HPMHookPoint *HP_pet_final_pre; @@ -8806,6 +8812,12 @@ struct { int HP_pc_scdata_received_post; int HP_pc_bound_clear_pre; int HP_pc_bound_clear_post; + int HP_pc_expiration_timer_pre; + int HP_pc_expiration_timer_post; + int HP_pc_global_expiration_timer_pre; + int HP_pc_global_expiration_timer_post; + int HP_pc_expire_check_pre; + int HP_pc_expire_check_post; int HP_pet_init_pre; int HP_pet_init_post; int HP_pet_final_pre; |