summaryrefslogtreecommitdiffstats
path: root/babeld/babeld.h
diff options
context:
space:
mode:
Diffstat (limited to 'babeld/babeld.h')
-rw-r--r--babeld/babeld.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/babeld/babeld.h b/babeld/babeld.h
index a9ffb7ee4..6c51af48a 100644
--- a/babeld/babeld.h
+++ b/babeld/babeld.h
@@ -84,8 +84,8 @@ Copyright 2011 by Matthieu Boutier and Juliusz Chroboczek
struct babel
{
/* Babel threads. */
- struct thread *t_read; /* on Babel protocol's socket */
- struct thread *t_update; /* timers */
+ struct event *t_read; /* on Babel protocol's socket */
+ struct event *t_update; /* timers */
/* distribute_ctx */
struct distribute_ctx *distribute_ctx;
};