diff options
author | Haru <haru@dotalux.com> | 2016-03-13 19:57:54 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-12 20:58:33 +0200 |
commit | ad05eb4f2e531f5a9aec6f27d2f69fd53b6525ac (patch) | |
tree | d71411780996b4351f1ae13c435d8746ac8e989e /src/plugins/HPMHooking/HPMHooking_char.sources.inc | |
parent | 1a99077d1cfa1d66b984fec9b956ed8fcd8c4cff (diff) | |
download | hercules-ad05eb4f2e531f5a9aec6f27d2f69fd53b6525ac.tar.gz hercules-ad05eb4f2e531f5a9aec6f27d2f69fd53b6525ac.tar.bz2 hercules-ad05eb4f2e531f5a9aec6f27d2f69fd53b6525ac.tar.xz hercules-ad05eb4f2e531f5a9aec6f27d2f69fd53b6525ac.zip |
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_char.sources.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_char.sources.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.sources.inc b/src/plugins/HPMHooking/HPMHooking_char.sources.inc index 21d1f6531..569936c97 100644 --- a/src/plugins/HPMHooking/HPMHooking_char.sources.inc +++ b/src/plugins/HPMHooking/HPMHooking_char.sources.inc @@ -31,6 +31,7 @@ memcpy(&HPMHooks.source.cmdline, cmdline, sizeof(struct cmdline_interface)); memcpy(&HPMHooks.source.console, console, sizeof(struct console_interface)); memcpy(&HPMHooks.source.core, core, sizeof(struct core_interface)); memcpy(&HPMHooks.source.DB, DB, sizeof(struct db_interface)); +memcpy(&HPMHooks.source.des, des, sizeof(struct des_interface)); memcpy(&HPMHooks.source.geoip, geoip, sizeof(struct geoip_interface)); memcpy(&HPMHooks.source.inter_auction, inter_auction, sizeof(struct inter_auction_interface)); memcpy(&HPMHooks.source.inter_elemental, inter_elemental, sizeof(struct inter_elemental_interface)); |