summaryrefslogtreecommitdiffstats
path: root/runtime/strmsrv.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 /runtime/strmsrv.h
parentef5887e864307486f0fe07a23ed9ea7c4789dc11 (diff)
parent5941ce7720393d28f04fac817ebcd21936c1ec8d (diff)
downloadrsyslog-2005d52a8babf01c5a6d276e726185c8a932ac1f.tar.gz
rsyslog-2005d52a8babf01c5a6d276e726185c8a932ac1f.tar.bz2
rsyslog-2005d52a8babf01c5a6d276e726185c8a932ac1f.zip
Merge branch 'v7-stable'
Diffstat (limited to 'runtime/strmsrv.h')
-rw-r--r--runtime/strmsrv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/strmsrv.h b/runtime/strmsrv.h
index 9ef28e47..f3d56d16 100644
--- a/runtime/strmsrv.h
+++ b/runtime/strmsrv.h
@@ -43,7 +43,7 @@ struct strmsrv_s {
uchar *pszInputName; /**< value to be used as input name */
permittedPeers_t *pPermPeers;/**< driver's permitted peers */
int iLstnMax; /**< max nbr of listeners currently supported */
- netstrm_t **ppLstn; /**< our netstream listners */
+ netstrm_t **ppLstn; /**< our netstream listeners */
strmLstnPortList_t **ppLstnPort; /**< pointer to relevant listen port description */
int iSessMax; /**< max number of sessions supported */
strmLstnPortList_t *pLstnPorts; /**< head pointer for listen ports */