summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_fiber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_fiber.h')
-rw-r--r--src/nxt_fiber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_fiber.h b/src/nxt_fiber.h
index 8e043b78..7f1beace 100644
--- a/src/nxt_fiber.h
+++ b/src/nxt_fiber.h
@@ -32,7 +32,7 @@ struct nxt_fiber_s {
nxt_fiber_main_t *main;
nxt_fiber_t *next;
- nxt_event_timer_t timer;
+ nxt_timer_t timer;
};