summaryrefslogtreecommitdiff
path: root/src/common/HPM.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-08-11 02:17:37 +0200
committerHaru <haru@dotalux.com>2015-08-15 00:51:45 +0200
commite7c2f7d827ad286dc826e483391e64b8ffe2720b (patch)
tree16cab3d257a795c015dfd55c0eaf2447d0f52462 /src/common/HPM.h
parent5efc9f173f6905da39f3037c278e0e880e82ca35 (diff)
downloadhercules-e7c2f7d827ad286dc826e483391e64b8ffe2720b.tar.gz
hercules-e7c2f7d827ad286dc826e483391e64b8ffe2720b.tar.bz2
hercules-e7c2f7d827ad286dc826e483391e64b8ffe2720b.tar.xz
hercules-e7c2f7d827ad286dc826e483391e64b8ffe2720b.zip
Automatic HPM symbol sharing
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/HPM.h')
-rw-r--r--src/common/HPM.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/HPM.h b/src/common/HPM.h
index 2d38a2bfa..c13132cfc 100644
--- a/src/common/HPM.h
+++ b/src/common/HPM.h
@@ -129,9 +129,7 @@ struct HPM_interface {
void (*event) (enum hp_event_types type);
void *(*import_symbol) (char *name, unsigned int pID);
void (*share) (void *, char *);
- void (*symbol_defaults) (void);
void (*config_read) (void);
- void (*symbol_defaults_sub) (void);//TODO drop
char *(*pid2name) (unsigned int pid);
unsigned char (*parse_packets) (int fd, enum HPluginPacketHookingPoints point);
void (*load_sub) (struct hplugin *plugin);