summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_char.Hooks.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-04-25 17:28:48 +0200
committerGitHub <noreply@github.com>2018-04-25 17:28:48 +0200
commita1f048fc6bdb14199cfaaf2b8f221333a764ddc9 (patch)
treebbabede2500cdafa2a1a8ea4e9b546bbc0cace8d /src/plugins/HPMHooking/HPMHooking_char.Hooks.inc
parenta4df55e940057e2882a4b01dd1471c73af70e2bd (diff)
parent0903a1f80285f02e1c902dafb2ab5e1783b9e671 (diff)
downloadhercules-a1f048fc6bdb14199cfaaf2b8f221333a764ddc9.tar.gz
hercules-a1f048fc6bdb14199cfaaf2b8f221333a764ddc9.tar.bz2
hercules-a1f048fc6bdb14199cfaaf2b8f221333a764ddc9.tar.xz
hercules-a1f048fc6bdb14199cfaaf2b8f221333a764ddc9.zip
Merge pull request #2023 from MishimaHaruna/remove-stat-server
Remove stat server
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_char.Hooks.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_char.Hooks.inc26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.Hooks.inc b/src/plugins/HPMHooking/HPMHooking_char.Hooks.inc
index fdec7feea..a15eccc0c 100644
--- a/src/plugins/HPMHooking/HPMHooking_char.Hooks.inc
+++ b/src/plugins/HPMHooking/HPMHooking_char.Hooks.inc
@@ -2788,32 +2788,6 @@ void HP_chr_parse_frommap_update_ip(int fd, int id) {
}
return;
}
-void HP_chr_parse_frommap_request_stats_report(int fd) {
- int hIndex = 0;
- if (HPMHooks.count.HP_chr_parse_frommap_request_stats_report_pre > 0) {
- void (*preHookFunc) (int *fd);
- *HPMforce_return = false;
- for (hIndex = 0; hIndex < HPMHooks.count.HP_chr_parse_frommap_request_stats_report_pre; hIndex++) {
- preHookFunc = HPMHooks.list.HP_chr_parse_frommap_request_stats_report_pre[hIndex].func;
- preHookFunc(&fd);
- }
- if (*HPMforce_return) {
- *HPMforce_return = false;
- return;
- }
- }
- {
- HPMHooks.source.chr.parse_frommap_request_stats_report(fd);
- }
- if (HPMHooks.count.HP_chr_parse_frommap_request_stats_report_post > 0) {
- void (*postHookFunc) (int fd);
- for (hIndex = 0; hIndex < HPMHooks.count.HP_chr_parse_frommap_request_stats_report_post; hIndex++) {
- postHookFunc = HPMHooks.list.HP_chr_parse_frommap_request_stats_report_post[hIndex].func;
- postHookFunc(fd);
- }
- }
- return;
-}
void HP_chr_parse_frommap_scdata_update(int fd) {
int hIndex = 0;
if (HPMHooks.count.HP_chr_parse_frommap_scdata_update_pre > 0) {