diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-15 17:01:00 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-10-15 17:01:00 +0200 |
commit | cfa8d01f52c96b18e17fb905092788ad520b39ac (patch) | |
tree | 83853915c8a29529bf6cff6cd06d431a798ee9e3 /runtime/ratelimit.h | |
parent | 34a88a7e9a9501593b6fe9f79cc96963c4da7cde (diff) | |
download | rsyslog-cfa8d01f52c96b18e17fb905092788ad520b39ac.tar.gz rsyslog-cfa8d01f52c96b18e17fb905092788ad520b39ac.tar.bz2 rsyslog-cfa8d01f52c96b18e17fb905092788ad520b39ac.zip |
imptcp: support for Linux-Type ratelimiting added
Diffstat (limited to 'runtime/ratelimit.h')
-rw-r--r-- | runtime/ratelimit.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/ratelimit.h b/runtime/ratelimit.h index a7959dfe..820817bc 100644 --- a/runtime/ratelimit.h +++ b/runtime/ratelimit.h @@ -22,10 +22,8 @@ #define INCLUDED_RATELIMIT_H struct ratelimit_s { - int bActive; /**< any rate-limiting at all desired? */ char *name; /**< rate limiter name, e.g. for user messages */ /* support for Linux kernel-type ratelimiting */ - int bLinuxLike; /**< Linux-like rate limiting enabled? */ unsigned short interval; unsigned short burst; unsigned done; |