summaryrefslogtreecommitdiffstats
path: root/tcpsrv.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-10-15 12:09:37 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-10-15 12:09:37 +0200
commit0d60901e6e404419b06ad0d20429edf7ea3053ce (patch)
treebffb9ab667312a0e142ba8746b3ec3f3030f50f7 /tcpsrv.h
parent25a8496a6ae79480e8601cbdab5b45ad613a8dcd (diff)
downloadrsyslog-0d60901e6e404419b06ad0d20429edf7ea3053ce.tar.gz
rsyslog-0d60901e6e404419b06ad0d20429edf7ea3053ce.tar.bz2
rsyslog-0d60901e6e404419b06ad0d20429edf7ea3053ce.zip
ratelimit: imtcp (and gssapi) converted to new interface
Diffstat (limited to 'tcpsrv.h')
-rw-r--r--tcpsrv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcpsrv.h b/tcpsrv.h
index d66f682c..4884b34d 100644
--- a/tcpsrv.h
+++ b/tcpsrv.h
@@ -42,6 +42,7 @@ struct tcpLstnPortList_s {
ruleset_t *pRuleset; /**< associated ruleset */
statsobj_t *stats; /**< associated stats object */
sbool bSuppOctetFram; /**< do we support octect-counted framing? (if no->legay only!)*/
+ ratelimit_t *ratelimiter;
STATSCOUNTER_DEF(ctrSubmit, mutCtrSubmit)
tcpLstnPortList_t *pNext; /**< next port or NULL */
};