summaryrefslogtreecommitdiff
path: root/ratelimit.h
diff options
context:
space:
mode:
Diffstat (limited to 'ratelimit.h')
-rw-r--r--ratelimit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratelimit.h b/ratelimit.h
index f61a10a91d..e7dffb8bfa 100644
--- a/ratelimit.h
+++ b/ratelimit.h
@@ -26,9 +26,9 @@
typedef struct RateLimit {
usec_t interval;
+ usec_t begin;
unsigned burst;
unsigned n_printed, n_missed;
- usec_t begin;
} RateLimit;
#define RATELIMIT_DEFINE(_name, _interval, _burst) \