summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2018-11-15 04:01:47 +0100
committerHerculesWSAPI <dev@herc.ws>2018-11-15 04:01:47 +0100
commit8df29ed9c26a999eed468206e7f7c6132758f234 (patch)
treecae82e9ef26684148259d88992ad9ae1764f2ca5 /src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
parent47d6523817646f2d4f081b93ec44a971a01fce25 (diff)
downloadhercules-8df29ed9c26a999eed468206e7f7c6132758f234.tar.gz
hercules-8df29ed9c26a999eed468206e7f7c6132758f234.tar.bz2
hercules-8df29ed9c26a999eed468206e7f7c6132758f234.tar.xz
hercules-8df29ed9c26a999eed468206e7f7c6132758f234.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 839be6ebc..d5babae97 100644
--- a/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
@@ -1404,6 +1404,8 @@ struct {
struct HPMHookPoint *HP_sockt_realloc_writefifo_post;
struct HPMHookPoint *HP_sockt_wfifoset_pre;
struct HPMHookPoint *HP_sockt_wfifoset_post;
+ struct HPMHookPoint *HP_sockt_wfifohead_pre;
+ struct HPMHookPoint *HP_sockt_wfifohead_post;
struct HPMHookPoint *HP_sockt_rfifoskip_pre;
struct HPMHookPoint *HP_sockt_rfifoskip_post;
struct HPMHookPoint *HP_sockt_close_pre;
@@ -3037,6 +3039,8 @@ struct {
int HP_sockt_realloc_writefifo_post;
int HP_sockt_wfifoset_pre;
int HP_sockt_wfifoset_post;
+ int HP_sockt_wfifohead_pre;
+ int HP_sockt_wfifohead_post;
int HP_sockt_rfifoskip_pre;
int HP_sockt_rfifoskip_post;
int HP_sockt_close_pre;