]> git.puffer.fish Git - mirror/frr.git/commit
lib/xref: fix frrtrace() calls in thread code
authorDavid Lamparter <equinox@diac24.net>
Tue, 2 Feb 2021 20:05:50 +0000 (21:05 +0100)
committerDavid Lamparter <equinox@diac24.net>
Tue, 2 Feb 2021 23:55:07 +0000 (00:55 +0100)
commit6c3aa850ea50c3538f7a4303e3dc729dbb45c9a6
tree121818800339a26ad58831e7b3dd2836366c71b5
parent08a73c422de98eb12a5f3a86112e7a4829eb3fd6
lib/xref: fix frrtrace() calls in thread code

This didn't exist yet when the xref code came around, and since
frrtrace() gets collapsed to nothing by the preprocessor when
tracepoints are disabled, it didn't cause any compiler errors...

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