summaryrefslogtreecommitdiffstats
path: root/tcpsrv.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-09 13:41:38 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-09 13:41:38 +0200
commit0cade5118fbf6b7af6f34b53255e4e73b9578176 (patch)
treeef89b3b3ac9a9314848fcc1895cc8fc3900e4f07 /tcpsrv.h
parent0550512b28049c391be424ad518ed0debb77089e (diff)
parentbc471f1d9046bf75a2e27d593ce9b13e4094ffdc (diff)
downloadrsyslog-0cade5118fbf6b7af6f34b53255e4e73b9578176.tar.gz
rsyslog-0cade5118fbf6b7af6f34b53255e4e73b9578176.tar.xz
rsyslog-0cade5118fbf6b7af6f34b53255e4e73b9578176.zip
Merge branch 'v3-stable' into beta
Conflicts: ChangeLog
Diffstat (limited to 'tcpsrv.h')
-rw-r--r--tcpsrv.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tcpsrv.h b/tcpsrv.h
index 01110866..280f5083 100644
--- a/tcpsrv.h
+++ b/tcpsrv.h
@@ -79,8 +79,10 @@ BEGINinterface(tcpsrv) /* name must also be changed in ENDinterface macro! */
rsRetVal (*SetCBOnSessAccept)(tcpsrv_t*, rsRetVal (*) (tcpsrv_t*, tcps_sess_t*));
rsRetVal (*SetCBOnSessDestruct)(tcpsrv_t*, rsRetVal (*) (void*));
rsRetVal (*SetCBOnSessConstructFinalize)(tcpsrv_t*, rsRetVal (*) (void*));
+ /* added v4 */
+ rsRetVal (*SetSessMax)(tcpsrv_t *pThis, int iMaxSess); /* 2009-04-09 */
ENDinterface(tcpsrv)
-#define tcpsrvCURR_IF_VERSION 3 /* increment whenever you change the interface structure! */
+#define tcpsrvCURR_IF_VERSION 4 /* increment whenever you change the interface structure! */
/* prototypes */