]> git.proxmox.com Git - mirror_frr.git/blobdiff - babeld/babeld.h
Merge pull request #4525 from donaldsharp/some_cleanups
[mirror_frr.git] / babeld / babeld.h
index bc284c1e96d5fa255ca6dbc1d0c8cbc5221423d1..752cc8620a84708dc5189d5c53d9fca6907dacf6 100644 (file)
@@ -111,6 +111,8 @@ struct babel
     /* Babel threads. */
     struct thread *t_read;    /* on Babel protocol's socket */
     struct thread *t_update;  /* timers */
+    /* distribute_ctx */
+    struct distribute_ctx *distribute_ctx;
 };
 
 extern struct zebra_privs_t babeld_privs;
@@ -125,6 +127,6 @@ extern int redistribute_filter(const unsigned char *prefix, unsigned short plen,
                                unsigned int ifindex, int proto);
 extern int resize_receive_buffer(int size);
 extern void schedule_neighbours_check(int msecs, int override);
-
+extern struct babel *babel_lookup(void);
 
 #endif /* BABEL_BABELD_H */