]> git.proxmox.com Git - mirror_frr.git/commit
lib: use DECLARE_SKIPLIST for timers instead of pqueue
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 31 Jan 2019 01:30:35 +0000 (02:30 +0100)
committerDavid Lamparter <equinox@diac24.net>
Sat, 27 Apr 2019 17:33:45 +0000 (19:33 +0200)
commit7c198e4e1ac07c043ecfc573aed9f1d107f87234
treefd36815f62a4cfef3cc777813eaea7f906d44d35
parentc284542b669ffedca07c1a3addfcb3016724b591
lib: use DECLARE_SKIPLIST for timers instead of pqueue

Replaces the use of pqueue_* for the thread_master's timer list with an
instance of DECLARE_SKIPLIST_*.

Signed-off-by: David Lamparter <equinox@diac24.net>
lib/thread.c
lib/thread.h