summaryrefslogtreecommitdiff
path: root/zebra/zserv.h
diff options
context:
space:
mode:
authorDenis Ovsienko <linux@pilot.org.ua>2008-06-02 12:03:22 +0000
committerDenis Ovsienko <linux@pilot.org.ua>2008-06-02 12:03:22 +0000
commite96f92034dad1a70c92ad4ad863a5259c122cecb (patch)
treec3b9bebef0fe2059182b31b43243289b5c7248e3 /zebra/zserv.h
parenta15cfd16fcdec39588ce2f780671ba7c6de0b919 (diff)
+ initial edition of meta-queue for RIB updates processing (bug #431)
Diffstat (limited to 'zebra/zserv.h')
-rw-r--r--zebra/zserv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h
index 5e223776..87a33a45 100644
--- a/zebra/zserv.h
+++ b/zebra/zserv.h
@@ -80,6 +80,7 @@ struct zebra_t
/* rib work queue */
struct work_queue *ribq;
+ struct meta_queue *mq;
};
/* Count prefix size from mask length */