]> git.proxmox.com Git - mirror_frr.git/blobdiff - babeld/babeld.h
Merge pull request #12837 from donaldsharp/unlikely_routemap
[mirror_frr.git] / babeld / babeld.h
index d8f0fd782fd295e2a04f55aac720da43337788c1..619550f651f7579669240e85f8fb324ccb206866 100644 (file)
@@ -80,8 +80,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;
 };