summaryrefslogtreecommitdiffstats
path: root/tcpsrv.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-06-25 10:06:10 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-06-25 10:06:10 +0200
commit2005d52a8babf01c5a6d276e726185c8a932ac1f (patch)
tree0d284870c4fc5947ef124fc5ee0b823a07f49f19 /tcpsrv.h
parentef5887e864307486f0fe07a23ed9ea7c4789dc11 (diff)
parent5941ce7720393d28f04fac817ebcd21936c1ec8d (diff)
downloadrsyslog-2005d52a8babf01c5a6d276e726185c8a932ac1f.tar.gz
rsyslog-2005d52a8babf01c5a6d276e726185c8a932ac1f.tar.bz2
rsyslog-2005d52a8babf01c5a6d276e726185c8a932ac1f.zip
Merge branch 'v7-stable'
Diffstat (limited to 'tcpsrv.h')
-rw-r--r--tcpsrv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcpsrv.h b/tcpsrv.h
index 93e472c9..c9d491db 100644
--- a/tcpsrv.h
+++ b/tcpsrv.h
@@ -63,9 +63,9 @@ struct tcpsrv_s {
sbool bUsingEPoll; /**< are we in epoll mode (means we do not need to keep track of sessions!) */
sbool bUseFlowControl; /**< use flow control (make light delayable) */
int iLstnCurr; /**< max nbr of listeners currently supported */
- netstrm_t **ppLstn; /**< our netstream listners */
+ netstrm_t **ppLstn; /**< our netstream listeners */
tcpLstnPortList_t **ppLstnPort; /**< pointer to relevant listen port description */
- int iLstnMax; /**< max number of listners supported */
+ int iLstnMax; /**< max number of listeners supported */
int iSessMax; /**< max number of sessions supported */
tcpLstnPortList_t *pLstnPorts; /**< head pointer for listen ports */