]> git.proxmox.com Git - mirror_frr.git/blobdiff - isisd/isis_sr.h
*: Rename `struct thread` to `struct event`
[mirror_frr.git] / isisd / isis_sr.h
index 627f1fb748845d1ba899981393f9a6e6eb0ed247..4ced5f4e83ffd5fd48650452eef67277079f7352 100644 (file)
@@ -155,7 +155,7 @@ struct isis_sr_db {
        bool enabled;
 
        /* Thread timer to start Label Manager */
-       struct thread *t_start_lm;
+       struct event *t_start_lm;
 
        /* List of local Adjacency-SIDs. */
        struct list *adj_sids;