summaryrefslogtreecommitdiff
path: root/src/common/HPM.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-03-11 04:19:59 +0100
committerHaru <haru@dotalux.com>2014-03-16 23:20:10 +0100
commitab878900afdb9c9caa58b7f84f0a12b6283edf2b (patch)
treea9670a60087de3f4a2f7f2356cb3bc4413e6db3e /src/common/HPM.h
parent8ed83b91c0984b251740d0cb62870bf4ca889853 (diff)
downloadhercules-ab878900afdb9c9caa58b7f84f0a12b6283edf2b.tar.gz
hercules-ab878900afdb9c9caa58b7f84f0a12b6283edf2b.tar.bz2
hercules-ab878900afdb9c9caa58b7f84f0a12b6283edf2b.tar.xz
hercules-ab878900afdb9c9caa58b7f84f0a12b6283edf2b.zip
Added --load-plugin commandline argument
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/HPM.h')
-rw-r--r--src/common/HPM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/HPM.h b/src/common/HPM.h
index 52ad24a03..b466cb4f3 100644
--- a/src/common/HPM.h
+++ b/src/common/HPM.h
@@ -131,7 +131,7 @@ struct HPM_interface {
void *(*import_symbol) (char *name, unsigned int pID);
void (*share) (void *, char *);
void (*symbol_defaults) (void);
- void (*config_read) (void);
+ void (*config_read) (const char * const *extra_plugins, int extra_plugins_count);
bool (*populate) (struct hplugin *plugin,const char *filename);
void (*symbol_defaults_sub) (void);//TODO drop
char *(*pid2name) (unsigned int pid);