]> git.puffer.fish Git - mirror/frr.git/commit
lib, bgpd: Remove 'struct fifo' from lib/zebra.h
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 8 Jan 2016 12:37:14 +0000 (07:37 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 17 Sep 2016 01:22:30 +0000 (21:22 -0400)
commitea863ec6f7498d395333501ad34c4896407f86ac
tree425f0de0781efedf5c7ca3366de7f9a2ec5dd3bc
parentca531bd109351cbce075e9b373971826b6d3d9cc
lib, bgpd: Remove 'struct fifo' from lib/zebra.h

The 'struct fifo' and it's accompanying #defines do not
belong in lib/zebra.h.  Move them into their own header.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
(cherry picked from commit b0d02889624eaafa0984873dcd78c086418bdf13)
bgpd/bgp_advertise.h
lib/Makefile.am
lib/fifo.h [new file with mode: 0644]
lib/zebra.h