diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-15 12:09:37 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-15 12:09:37 +0200 |
commit | 0d60901e6e404419b06ad0d20429edf7ea3053ce (patch) | |
tree | bffb9ab667312a0e142ba8746b3ec3f3030f50f7 /tcpsrv.h | |
parent | 25a8496a6ae79480e8601cbdab5b45ad613a8dcd (diff) | |
download | rsyslog-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ }; |