summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2016-08-22 03:34:24 +0200
committerHerculesWSAPI <dev@herc.ws>2016-08-22 03:34:24 +0200
commit22e4f01fda1d9f61b0e663eb9e4edf8bd73b6e91 (patch)
treeb1c25f9c7fd62cf2fec844f3c34e10c98cfd275d /src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
parent6be58f54fcae8115bd4ffb6b3abb1bbf65248797 (diff)
downloadhercules-22e4f01fda1d9f61b0e663eb9e4edf8bd73b6e91.tar.gz
hercules-22e4f01fda1d9f61b0e663eb9e4edf8bd73b6e91.tar.bz2
hercules-22e4f01fda1d9f61b0e663eb9e4edf8bd73b6e91.tar.xz
hercules-22e4f01fda1d9f61b0e663eb9e4edf8bd73b6e91.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
index 44b56143f..836e51f3f 100644
--- a/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
@@ -552,6 +552,8 @@ struct {
struct HPMHookPoint *HP_inter_final_post;
struct HPMHookPoint *HP_inter_config_read_pre;
struct HPMHookPoint *HP_inter_config_read_post;
+ struct HPMHookPoint *HP_inter_config_read_log_pre;
+ struct HPMHookPoint *HP_inter_config_read_log_post;
struct HPMHookPoint *HP_inter_config_read_connection_pre;
struct HPMHookPoint *HP_inter_config_read_connection_post;
struct HPMHookPoint *HP_inter_mail_sql_init_pre;
@@ -2055,6 +2057,8 @@ struct {
int HP_inter_final_post;
int HP_inter_config_read_pre;
int HP_inter_config_read_post;
+ int HP_inter_config_read_log_pre;
+ int HP_inter_config_read_log_post;
int HP_inter_config_read_connection_pre;
int HP_inter_config_read_connection_post;
int HP_inter_mail_sql_init_pre;