summaryrefslogtreecommitdiff
path: root/src/common/HPM.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-08-11 01:47:15 +0200
committerHaru <haru@dotalux.com>2015-08-13 17:16:26 +0200
commit5825aea88ecb43856d63a345aeb49ae72150af15 (patch)
tree22c6a0fe4b6cb4ef1e4c92a50e6e9f4c297996a9 /src/common/HPM.c
parente3f34b0d2d977b25846013207b26c87c83c108b8 (diff)
downloadhercules-5825aea88ecb43856d63a345aeb49ae72150af15.tar.gz
hercules-5825aea88ecb43856d63a345aeb49ae72150af15.tar.bz2
hercules-5825aea88ecb43856d63a345aeb49ae72150af15.tar.xz
hercules-5825aea88ecb43856d63a345aeb49ae72150af15.zip
Added core HPM interface
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/HPM.c')
-rw-r--r--src/common/HPM.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/common/HPM.c b/src/common/HPM.c
index d9abdfab7..b4594d1ca 100644
--- a/src/common/HPM.c
+++ b/src/common/HPM.c
@@ -752,11 +752,7 @@ void hplugins_share_defaults(void) {
HPM->share(hpm_add_arg,"addArg");
HPM->share(hplugins_addconf,"addConf");
/* core */
- HPM->share(&runflag,"runflag");
- HPM->share(arg_v,"arg_v");
- HPM->share(&arg_c,"arg_c");
- HPM->share(SERVER_NAME,"SERVER_NAME");
- HPM->share(&SERVER_TYPE,"SERVER_TYPE");
+ HPM->share(core,"core");
HPM->share(HPMiMalloc, "iMalloc");
HPM->share(cmdline,"cmdline");
/* console */