]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zserv.h
Merge quagga mainline into the google ISIS code.
[mirror_frr.git] / zebra / zserv.h
index 5e8bccac31247b2146066f499c4d13b8d4086720..3d7ebbcd85da9b1ee885cc486c4853b3b692775e 100644 (file)
@@ -38,6 +38,10 @@ struct zserv
   /* Client file descriptor. */
   int sock;
 
+  /* Client route type. */
+  /* Assuming each client contains only one type of route. */
+  int route_type;
+
   /* Input/output buffer to the client. */
   struct stream *ibuf;
   struct stream *obuf;