summaryrefslogtreecommitdiffstats
path: root/tcpsrv.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-12 14:08:21 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-12 14:08:21 +0000
commit618a7f6a220563a50909d0e15eb90ce222aced31 (patch)
tree484439581a66494bbed91aa6e53f4b571126e820 /tcpsrv.c
parent9ddee5b38772f42f4371c6828a832f0d6267251d (diff)
downloadrsyslog-618a7f6a220563a50909d0e15eb90ce222aced31.tar.gz
rsyslog-618a7f6a220563a50909d0e15eb90ce222aced31.tar.xz
rsyslog-618a7f6a220563a50909d0e15eb90ce222aced31.zip
changed omgssapi and omfwd to utilize new object calling interface; made a
tcpclt class; (stage work, among others, for more intelligent recovery from TCP session recovery)
Diffstat (limited to 'tcpsrv.c')
-rw-r--r--tcpsrv.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tcpsrv.c b/tcpsrv.c
index 85d0c670..0f87165d 100644
--- a/tcpsrv.c
+++ b/tcpsrv.c
@@ -625,13 +625,11 @@ Run(tcpsrv_t *pThis)
}
-
-
/* Standard-Constructor
*/
BEGINobjConstruct(tcpsrv) /* be sure to specify the object type also in END macro! */
pThis->pSocksLstn = NULL;
- pThis->iSessMax = 200; // TODO: useful default ;)
+ pThis->iSessMax = 200; /* TODO: useful default ;) */
ENDobjConstruct(tcpsrv)
@@ -753,7 +751,6 @@ SetUsrP(tcpsrv_t *pThis, void *pUsr)
}
-
/* queryInterface function
* rgerhards, 2008-02-29
*/