commit | e96f92034dad1a70c92ad4ad863a5259c122cecb | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <linux@pilot.org.ua> | Mon Jun 02 12:03:22 2008 +0000 |
committer | Denis Ovsienko <linux@pilot.org.ua> | Mon Jun 02 12:03:22 2008 +0000 |
tree | c3b9bebef0fe2059182b31b43243289b5c7248e3 | |
parent | a15cfd16fcdec39588ce2f780671ba7c6de0b919 [diff] [blame] |
+ initial edition of meta-queue for RIB updates processing (bug #431)
diff --git a/zebra/zserv.h b/zebra/zserv.h index 5e22377..87a33a4 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h
@@ -80,6 +80,7 @@ /* rib work queue */ struct work_queue *ribq; + struct meta_queue *mq; }; /* Count prefix size from mask length */