summaryrefslogtreecommitdiffstats
path: root/lib/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/event.c')
-rw-r--r--lib/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/event.c b/lib/event.c
index 7f5454f..962c640 100644
--- a/lib/event.c
+++ b/lib/event.c
@@ -34,7 +34,7 @@ ev_dump(resource *r)
static struct resclass ev_class = {
"Event",
- 0,
+ sizeof(event),
(void (*)(resource *)) ev_postpone,
ev_dump
};