summaryrefslogtreecommitdiff
path: root/src/common/HPM.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-09-15 15:21:19 +0200
committerHaru <haru@dotalux.com>2015-10-11 00:24:21 +0200
commit9e2c59b0191e93effb7af82bb3e8e7e41bd75e67 (patch)
tree0ce4fb76a3683fde4fa873925edbba368c8eadc7 /src/common/HPM.h
parent542a86978485e3671745aecfd94fa15fc3b1c73b (diff)
downloadhercules-9e2c59b0191e93effb7af82bb3e8e7e41bd75e67.tar.gz
hercules-9e2c59b0191e93effb7af82bb3e8e7e41bd75e67.tar.bz2
hercules-9e2c59b0191e93effb7af82bb3e8e7e41bd75e67.tar.xz
hercules-9e2c59b0191e93effb7af82bb3e8e7e41bd75e67.zip
Changed HPM->confs to a VECTOR and renamed to HPM->config_listeners
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/HPM.h')
-rw-r--r--src/common/HPM.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/HPM.h b/src/common/HPM.h
index e8cc02f6f..c3284527a 100644
--- a/src/common/HPM.h
+++ b/src/common/HPM.h
@@ -117,8 +117,7 @@ struct HPM_interface {
struct HPMFileNameCache *data;
} filenames;
/* config listen */
- struct HPConfListenStorage *confs[HPCT_MAX];
- unsigned int confsc[HPCT_MAX];
+ VECTOR_DECL(struct HPConfListenStorage) config_listeners[HPCT_MAX];
/** Plugins requested through the command line */
char **cmdline_plugins;
int cmdline_plugins_count;