]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zserv.h
isisd: implement the 'lsp-too-large' notification
[mirror_frr.git] / zebra / zserv.h
index fe1dbdbfe48e2f2edf5eee3709090415cdd4d56f..439082e78a316786e012b35a48c4f3a4057523e8 100644 (file)
@@ -73,6 +73,9 @@ struct zserv {
        struct thread *t_read;
        struct thread *t_write;
 
+       /* Event for message processing, for the main pthread */
+       struct thread *t_process;
+
        /* Threads for the main pthread */
        struct thread *t_cleanup;