From 4d806399aa529431f6c2a347930d91177d8a2bfa Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 15 Sep 2015 15:33:58 +0200 Subject: Changed HPM->cmdline_plugins to a VECTOR and renamed to HPM->cmdline_load_plugins Signed-off-by: Haru --- src/common/HPM.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/HPM.h') diff --git a/src/common/HPM.h b/src/common/HPM.h index c3284527a..444829419 100644 --- a/src/common/HPM.h +++ b/src/common/HPM.h @@ -119,8 +119,7 @@ struct HPM_interface { /* config listen */ VECTOR_DECL(struct HPConfListenStorage) config_listeners[HPCT_MAX]; /** Plugins requested through the command line */ - char **cmdline_plugins; - int cmdline_plugins_count; + VECTOR_DECL(char *) cmdline_load_plugins; /* funcs */ void (*init) (void); void (*final) (void); -- cgit v1.2.3-60-g2f50