summaryrefslogtreecommitdiffstats
path: root/modules.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-26 16:17:55 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-26 16:17:55 +0000
commit84942df7e3005933e26df2df7624f4fe09824dc7 (patch)
tree18b019ed125429b95f46443e917b49468cec5a50 /modules.h
parent19f8866bb1bbccd0abd18838251d242c1b81b7cc (diff)
downloadrsyslog-84942df7e3005933e26df2df7624f4fe09824dc7.tar.gz
rsyslog-84942df7e3005933e26df2df7624f4fe09824dc7.tar.xz
rsyslog-84942df7e3005933e26df2df7624f4fe09824dc7.zip
some stage work for library modules
Diffstat (limited to 'modules.h')
-rw-r--r--modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.h b/modules.h
index 759483c2..d6b728fc 100644
--- a/modules.h
+++ b/modules.h
@@ -37,7 +37,7 @@
typedef enum eModType_ {
eMOD_IN, /* input module */
eMOD_OUT, /* output module */
- eMOD_FILTER /* filter module (not know yet if we will once have such at all...) */
+ eMOD_LIB /* library module - this module provides one or many interfaces */
} eModType_t;
/* how is this module linked? */