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 /plugins/ompgsql/ompgsql.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 'plugins/ompgsql/ompgsql.c')
-rw-r--r-- | plugins/ompgsql/ompgsql.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ompgsql/ompgsql.c b/plugins/ompgsql/ompgsql.c index 94f22510..45e3c674 100644 --- a/plugins/ompgsql/ompgsql.c +++ b/plugins/ompgsql/ompgsql.c @@ -43,6 +43,8 @@ #include "ompgsql.h" #include "module-template.h" +MODULE_TYPE_OUTPUT + /* internal structures */ DEF_OMOD_STATIC_DATA |