]> git.puffer.fish Git - mirror/frr.git/commit
lib: use DECLARE_LIST for thread_list
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 31 Jan 2019 01:12:38 +0000 (02:12 +0100)
committerDavid Lamparter <equinox@diac24.net>
Sat, 27 Apr 2019 17:33:45 +0000 (19:33 +0200)
commitc284542b669ffedca07c1a3addfcb3016724b591
tree350954863958ae04e2053281f37841e0a8420e9f
parent679b1649cb98040e1b6ec9cf0089d005740a2b6d
lib: use DECLARE_LIST for thread_list

Replaces the open-coded thread_list with a DECLARE_LIST instantiation.
Some function prototypes are actually identical to what was previously
open-coded.

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