diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-09 13:44:36 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-09 13:44:36 +0000 |
commit | de00dd2a7ea6202c2f154f2e3f4fd54e3cac32cc (patch) | |
tree | c22718da0c2e38b6c072f0d495e90adc027615aa /modules.h | |
parent | 16a59b29b76b6266cfcca3c4aa748f85306b650c (diff) | |
download | rsyslog-de00dd2a7ea6202c2f154f2e3f4fd54e3cac32cc.tar.gz rsyslog-de00dd2a7ea6202c2f154f2e3f4fd54e3cac32cc.tar.xz rsyslog-de00dd2a7ea6202c2f154f2e3f4fd54e3cac32cc.zip |
added module unload functionality; rsyslogd now unloads modules on exit (of
course, with only statically linked modules, there is little current
value in this - but it is made towards an upcoming dynaload plugin
interface)
Diffstat (limited to 'modules.h')
-rw-r--r-- | modules.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ modInfo_t *omodGetNxt(modInfo_t *pThis); uchar *modGetName(modInfo_t *pThis); uchar *modGetStateName(modInfo_t *pThis); void modPrintList(void); +rsRetVal modUnloadAndDestructAll(void); #endif /* #ifndef MODULES_H_INCLUDED */ /* |