From 862046bc034985a12b230293fe7d8dd8fade9f53 Mon Sep 17 00:00:00 2001 From: "Hercules.ws" Date: Sat, 16 Nov 2013 02:06:42 +0100 Subject: HPM Hooks Update Signed-off-by: HerculesWSAPI --- src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc') 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; -- cgit v1.2.3-70-g09d2