]> git.puffer.fish Git - mirror/frr.git/commit
lib: pass the thread_master to process_timers() 8103/head
authorMark Stapp <mjs@voltanet.io>
Thu, 18 Feb 2021 14:38:19 +0000 (09:38 -0500)
committerMark Stapp <mjs@voltanet.io>
Thu, 18 Feb 2021 14:42:03 +0000 (09:42 -0500)
commite7d9e44b0237a3d1e952f79c1bd1d143a15e2414
tree84b72869ecae3bcf7fa61e827bb5a4c31f42c98d
parent96fe578a643bf78866d34281d4baf59ac9dd840a
lib: pass the thread_master to process_timers()

Pass the thread_master pointer to process_timers() as we
do for other list-processing apis.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
lib/thread.c