From 70d03f4bf2a21613d49bdc70f1d0df643ed5becf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Wed, 21 Oct 2009 12:31:43 -0400 Subject: [PATCH] Set wakeup_events to 149, not 150 --- collector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collector.c b/collector.c index 84701804..95b56158 100644 --- a/collector.c +++ b/collector.c @@ -42,7 +42,7 @@ #define N_PAGES 32 /* Number of pages in the ringbuffer */ -#define N_WAKEUP_EVENTS 150 +#define N_WAKEUP_EVENTS 149 typedef struct counter_t counter_t; typedef struct sample_event_t sample_event_t;