diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-14 14:41:09 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-14 14:41:09 +0000 |
commit | 6a80d9ee504b57e2b815c91698785d4fcd06f62e (patch) | |
tree | 10e9f05c819368b774a1b584dc87947f42cce0c2 /omdiscard.c | |
parent | 0c5e8a2f96dd22534c0b7189ff5e75519be03b82 (diff) | |
download | rsyslog-6a80d9ee504b57e2b815c91698785d4fcd06f62e.tar.gz rsyslog-6a80d9ee504b57e2b815c91698785d4fcd06f62e.tar.xz rsyslog-6a80d9ee504b57e2b815c91698785d4fcd06f62e.zip |
- begun to create input module interface and macros
- changed module interface to include function to query type
Diffstat (limited to 'omdiscard.c')
-rw-r--r-- | omdiscard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/omdiscard.c b/omdiscard.c index 54a63bcd..bfdcdb14 100644 --- a/omdiscard.c +++ b/omdiscard.c @@ -37,6 +37,8 @@ #include "omdiscard.h" #include "module-template.h" +MODULE_TYPE_OUTPUT + /* internal structures */ DEF_OMOD_STATIC_DATA |