]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_rib.c
[zebra] Cleanup meta-queue code
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Mon, 11 Aug 2008 23:22:15 +0000 (16:22 -0700)
committerPaul Jakma <paul@quagga.net>
Thu, 18 Jun 2009 19:18:25 +0000 (20:18 +0100)
commit5110a0c6222be91d3b2a786692949dd94fb0c9ac
treee7cd59e893c1f9be7f91f546bb84540b8f85857a
parentc84154977d822ceee9df66be535c56cb5f0fce10
[zebra] Cleanup meta-queue code

Do some cleanup work on recently added meta-queue code:
  * use table rather than switch
  * indent with quagga standard indentation
  * since meta_queue_new is only used at initialization
    allocation failure should be fatal.
zebra/zebra_rib.c