summaryrefslogtreecommitdiffstats
path: root/runtime/modules.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-09-24 18:31:22 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-09-24 18:31:22 +0200
commitbe26632b1e269652992ae6f336c5dd7e2dbec7ab (patch)
tree5cc36bcf7b227cc392cd19859ab90bd3d24aa920 /runtime/modules.h
parent63f41c3efe5d77afbb28d17e00eeae77061b15a5 (diff)
downloadrsyslog-be26632b1e269652992ae6f336c5dd7e2dbec7ab.tar.gz
rsyslog-be26632b1e269652992ae6f336c5dd7e2dbec7ab.tar.xz
rsyslog-be26632b1e269652992ae6f336c5dd7e2dbec7ab.zip
PoC: optimize omdicard --> STOP
Diffstat (limited to 'runtime/modules.h')
-rw-r--r--runtime/modules.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/modules.h b/runtime/modules.h
index 6a143ae3..16425beb 100644
--- a/runtime/modules.h
+++ b/runtime/modules.h
@@ -189,8 +189,11 @@ ENDinterface(module)
PROTOTYPEObj(module);
/* in v6, we go back to in-core static link for core objects, at least those
* that are not called from plugins.
+ * ... and we need to know that none of the module functions are called from plugins!
+ * rgerhards, 2012-09-24
*/
rsRetVal modulesProcessCnf(struct cnfobj *o);
+uchar *modGetName(modInfo_t *pThis);
rsRetVal addModToCnfList(modInfo_t *pThis);
#endif /* #ifndef MODULES_H_INCLUDED */