]> git.proxmox.com Git - mirror_frr.git/commit - lib/thread.h
lib: use correct type in add_event xref
authorMark Stapp <mjs@voltanet.io>
Tue, 9 Mar 2021 18:41:58 +0000 (13:41 -0500)
committerMark Stapp <mjs@voltanet.io>
Tue, 9 Mar 2021 18:41:58 +0000 (13:41 -0500)
commit44a5e50763c3d594fc902cdc3bcf564912e8e5ee
treed976a2a43f825f98b5f687e8399bf492b6f35b68
parentda0a277faeb50082e92fe2c962cbf69ab3b153c1
lib: use correct type in add_event xref

the add_event api xref should use THREAD_EVENT, rather than
THREAD_TIMER.

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