diff options
author | Hercules.ws <dev@herc.ws> | 2018-11-15 04:01:47 +0100 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2018-11-15 04:01:47 +0100 |
commit | 8df29ed9c26a999eed468206e7f7c6132758f234 (patch) | |
tree | cae82e9ef26684148259d88992ad9ae1764f2ca5 /src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc | |
parent | 47d6523817646f2d4f081b93ec44a971a01fce25 (diff) | |
download | hercules-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_login.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc index f50b7666d..b03162550 100644 --- a/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_login.HookingPoints.inc @@ -315,6 +315,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(sockt->realloc_fifo, HP_sockt_realloc_fifo) }, { HP_POP(sockt->realloc_writefifo, HP_sockt_realloc_writefifo) }, { HP_POP(sockt->wfifoset, HP_sockt_wfifoset) }, + { HP_POP(sockt->wfifohead, HP_sockt_wfifohead) }, { HP_POP(sockt->rfifoskip, HP_sockt_rfifoskip) }, { HP_POP(sockt->close, HP_sockt_close) }, { HP_POP(sockt->validateWfifo, HP_sockt_validateWfifo) }, |