]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_router.h
Merge pull request #5706 from mjstapp/fix_nh_debug_show
[mirror_frr.git] / zebra / zebra_router.h
index 437cab5bbd242cd1ec6ab2c8ea98a560976917fe..d8ad8a68646d778cfbba94438aa39ebaad3afe07 100644 (file)
@@ -97,8 +97,14 @@ struct zebra_mlag_info {
        /* MLAG Thread context 'master' */
        struct thread_master *th_master;
 
-       /* Threads for read/write. */
+       /*
+        * Event for Initial MLAG Connection setup & Data Read
+        * Read can be performed only after successful connection establishment,
+        * so no issues.
+        *
+        */
        struct thread *t_read;
+       /* Event for MLAG write */
        struct thread *t_write;
 };