]> git.proxmox.com Git - mirror_frr.git/blobdiff - isisd/isis_zebra.h
*: Convert `struct event_master` to `struct event_loop`
[mirror_frr.git] / isisd / isis_zebra.h
index ab2f7244af264f5f5f2bc22c19ff47bdfe6848e9..359e39b59dd03ca7a3516680e35718a5068feb98 100644 (file)
@@ -20,7 +20,7 @@ struct label_chunk {
 };
 #define CHUNK_SIZE 64
 
-void isis_zebra_init(struct event_master *master, int instance);
+void isis_zebra_init(struct event_loop *master, int instance);
 void isis_zebra_stop(void);
 
 struct isis_route_info;