diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-22 10:30:40 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-22 10:30:40 +0000 |
commit | cdcc0e6710a7e11bf1c528bf1728f886dba5a0af (patch) | |
tree | ed552b2bd803de0bec3602489c5b508bba07555e /plugins | |
parent | fd7e1fc72e81dc366eae70171bb8d68685121c62 (diff) | |
download | rsyslog-cdcc0e6710a7e11bf1c528bf1728f886dba5a0af.tar.gz rsyslog-cdcc0e6710a7e11bf1c528bf1728f886dba5a0af.tar.bz2 rsyslog-cdcc0e6710a7e11bf1c528bf1728f886dba5a0af.zip |
removed a now-longer needed callback from the output module interface.
Results in reducing code complexity.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/omgssapi/omgssapi.c | 6 | ||||
-rw-r--r-- | plugins/omlibdbi/omlibdbi.c | 5 | ||||
-rw-r--r-- | plugins/ommysql/ommysql.c | 5 | ||||
-rw-r--r-- | plugins/ompgsql/ompgsql.c | 5 | ||||
-rw-r--r-- | plugins/omrelp/omrelp.c | 6 | ||||
-rw-r--r-- | plugins/omsnmp/omsnmp.c | 4 | ||||
-rw-r--r-- | plugins/omtesting/omtesting.c | 5 |
7 files changed, 0 insertions, 36 deletions
diff --git a/plugins/omgssapi/omgssapi.c b/plugins/omgssapi/omgssapi.c index 57f9cf32..97a7e7e7 100644 --- a/plugins/omgssapi/omgssapi.c +++ b/plugins/omgssapi/omgssapi.c @@ -630,12 +630,6 @@ CODE_STD_FINALIZERparseSelectorAct ENDparseSelectorAct -BEGINneedUDPSocket -CODESTARTneedUDPSocket - iRet = RS_RET_FALSE; -ENDneedUDPSocket - - BEGINmodExit CODESTARTmodExit objRelease(errmsg, CORE_COMPONENT); diff --git a/plugins/omlibdbi/omlibdbi.c b/plugins/omlibdbi/omlibdbi.c index 299180c0..a942a453 100644 --- a/plugins/omlibdbi/omlibdbi.c +++ b/plugins/omlibdbi/omlibdbi.c @@ -110,11 +110,6 @@ CODESTARTfreeInstance ENDfreeInstance -BEGINneedUDPSocket -CODESTARTneedUDPSocket -ENDneedUDPSocket - - BEGINdbgPrintInstInfo CODESTARTdbgPrintInstInfo /* nothing special here */ diff --git a/plugins/ommysql/ommysql.c b/plugins/ommysql/ommysql.c index 5876b754..0522e31d 100644 --- a/plugins/ommysql/ommysql.c +++ b/plugins/ommysql/ommysql.c @@ -95,11 +95,6 @@ CODESTARTfreeInstance ENDfreeInstance -BEGINneedUDPSocket -CODESTARTneedUDPSocket -ENDneedUDPSocket - - BEGINdbgPrintInstInfo CODESTARTdbgPrintInstInfo /* nothing special here */ diff --git a/plugins/ompgsql/ompgsql.c b/plugins/ompgsql/ompgsql.c index 9e84956a..1d7b2eb7 100644 --- a/plugins/ompgsql/ompgsql.c +++ b/plugins/ompgsql/ompgsql.c @@ -92,11 +92,6 @@ CODESTARTfreeInstance ENDfreeInstance -BEGINneedUDPSocket -CODESTARTneedUDPSocket -ENDneedUDPSocket - - BEGINdbgPrintInstInfo CODESTARTdbgPrintInstInfo /* nothing special here */ diff --git a/plugins/omrelp/omrelp.c b/plugins/omrelp/omrelp.c index f498385c..63f945df 100644 --- a/plugins/omrelp/omrelp.c +++ b/plugins/omrelp/omrelp.c @@ -288,12 +288,6 @@ CODE_STD_FINALIZERparseSelectorAct ENDparseSelectorAct -BEGINneedUDPSocket -CODESTARTneedUDPSocket - iRet = RS_RET_TRUE; -ENDneedUDPSocket - - BEGINmodExit CODESTARTmodExit relpEngineDestruct(&pRelpEngine); diff --git a/plugins/omsnmp/omsnmp.c b/plugins/omsnmp/omsnmp.c index c3afb5d4..d518ae3b 100644 --- a/plugins/omsnmp/omsnmp.c +++ b/plugins/omsnmp/omsnmp.c @@ -442,10 +442,6 @@ CODE_STD_FINALIZERparseSelectorAct ENDparseSelectorAct -BEGINneedUDPSocket -CODESTARTneedUDPSocket -ENDneedUDPSocket - /* Reset config variables for this module to default values. */ static rsRetVal resetConfigVariables(uchar __attribute__((unused)) *pp, void __attribute__((unused)) *pVal) diff --git a/plugins/omtesting/omtesting.c b/plugins/omtesting/omtesting.c index 11ef8381..15d3cb80 100644 --- a/plugins/omtesting/omtesting.c +++ b/plugins/omtesting/omtesting.c @@ -162,11 +162,6 @@ CODE_STD_FINALIZERparseSelectorAct ENDparseSelectorAct -BEGINneedUDPSocket -CODESTARTneedUDPSocket -ENDneedUDPSocket - - BEGINmodExit CODESTARTmodExit ENDmodExit |