summaryrefslogtreecommitdiffstats
path: root/runtime/ratelimit.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ratelimit.h')
-rw-r--r--runtime/ratelimit.h2
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;