]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zserv.h
zebra: Store packets to process in `struct zebra_t`
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Oct 2017 15:03:41 +0000 (11:03 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Oct 2017 15:03:41 +0000 (11:03 -0400)
commita37ef435e9514a455931ddbac090e9bea0943bb5
tree2b8961d346e6e9dbda16c41ae301bfce4a4c2b82
parent3a30f50f3ff40888caddc75b04f915fa0d5456c4
zebra: Store packets to process in `struct zebra_t`

Store the number of packets we should process at
one time in `struct zebra_t`.  A future commit
will allow the user to control this via
a hidden cli.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/main.c
zebra/zserv.c
zebra/zserv.h