]> git.puffer.fish Git - mirror/frr.git/commit
lib: use public task-scheduling apis
authorMark Stapp <mjs@voltanet.io>
Tue, 6 Apr 2021 18:40:39 +0000 (14:40 -0400)
committerMark Stapp <mjs@voltanet.io>
Tue, 6 Apr 2021 18:40:39 +0000 (14:40 -0400)
commit1dffe35773d910e6a400279d103dfe46052093d7
tree54df6b9ba5a62d41f6dc0f7d7196fc142b8c4e45
parent4af86fb679b1ab8dad016bb0d49cd48d4d4eee94
lib: use public task-scheduling apis

The frr_zmq shim was trying to use some internal scheduling
macros, and that was causing trouble. Just use the public
apis.

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