summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_login.sources.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-03-14 01:26:28 +0100
committerHaru <haru@dotalux.com>2016-07-12 20:58:43 +0200
commitb0a4a441f582810c91aeec458fdbe7cc6cc78db9 (patch)
tree5ff3c893d02984f5797b03c40b466970bce35a5b /src/plugins/HPMHooking/HPMHooking_login.sources.inc
parentc4a3a3f59e5720b300077c3d34aa7f4ecdd76400 (diff)
downloadhercules-b0a4a441f582810c91aeec458fdbe7cc6cc78db9.tar.gz
hercules-b0a4a441f582810c91aeec458fdbe7cc6cc78db9.tar.bz2
hercules-b0a4a441f582810c91aeec458fdbe7cc6cc78db9.tar.xz
hercules-b0a4a441f582810c91aeec458fdbe7cc6cc78db9.zip
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_login.sources.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_login.sources.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_login.sources.inc b/src/plugins/HPMHooking/HPMHooking_login.sources.inc
index ddd1206ca..6677a0c55 100644
--- a/src/plugins/HPMHooking/HPMHooking_login.sources.inc
+++ b/src/plugins/HPMHooking/HPMHooking_login.sources.inc
@@ -47,4 +47,5 @@ memcpy(&HPMHooks.source.StrBuf, StrBuf, sizeof(struct stringbuf_interface));
memcpy(&HPMHooks.source.strlib, strlib, sizeof(struct strlib_interface));
memcpy(&HPMHooks.source.sv, sv, sizeof(struct sv_interface));
memcpy(&HPMHooks.source.sysinfo, sysinfo, sizeof(struct sysinfo_interface));
+memcpy(&HPMHooks.source.thread, thread, sizeof(struct thread_interface));
memcpy(&HPMHooks.source.timer, timer, sizeof(struct timer_interface));