]> git.puffer.fish Git - matthieu/frr.git/commit
*: add XREF_SETUP() to libraries and utilites
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 2 May 2024 08:55:11 +0000 (10:55 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 2 May 2024 21:03:08 +0000 (23:03 +0200)
commit3ca60d00b1a3ca3822db5fcf6ba46cf3ac0a6b0b
treedc05bb85b030d436e4fb7a886e1e297299ae6786
parentafb3020e285af046efb0fbe8c53e15f2244f0540
*: add XREF_SETUP() to libraries and utilites

This is theoretically not needed if neither DEFUNs nor zlog_* calls are
used, except I'm about to turn it into a build error to catch the cases
where it _is_ necessary.  Which is libmgmt_be_nb.la in this case, where
it causes build failures on hppa.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
fpm/fpm_pb.c
mgmtd/mgmt_be_nb.c [new file with mode: 0644]
mgmtd/subdir.am
qpb/qpb.c
zebra/fpm_listener.c