]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: replace label pool fifo with DECLARE_LIST
authorDavid Lamparter <equinox@diac24.net>
Sun, 21 Apr 2019 16:27:08 +0000 (18:27 +0200)
committerDavid Lamparter <equinox@diac24.net>
Sat, 27 Apr 2019 17:33:45 +0000 (19:33 +0200)
commit41397f2e6223217c38b273890b3674c750cda67a
tree788d6f2731b74d94266bb4398cf19953bf99a0be
parenta274fef86899e1907b81f3c28bf5e3f978eea6ad
bgpd: replace label pool fifo with DECLARE_LIST

Again, the FIFO_* stuff in lib/fifo.h is no different from a simple
unsorted list.  Just use DECLARE_LIST here so we can get rid of FIFO_*.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_labelpool.c
bgpd/bgp_labelpool.h