]> git.proxmox.com Git - mirror_frr.git/blobdiff - sharpd/sharp_globals.h
sharpd: Add 'sharp data route" dump command
[mirror_frr.git] / sharpd / sharp_globals.h
index d3c802af43ad87ffeb6feef7c89b018705910099..b0d35a91f2d1e20f3d94f8067c994663118fac2d 100644 (file)
@@ -42,6 +42,7 @@ struct sharp_routes {
 };
 
 struct sharp_global {
+       /* Global data about route install/deletions */
        struct sharp_routes r;
 };