aboutgitcodebugslistschat
path: root/contrib/qemu
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2025-03-05 17:15:04 +1100
committerStefano Brivio <sbrivio@redhat.com>2025-03-07 02:21:24 +0100
commite36c35c952ef0848383cba8ef71e13cf25dab2da (patch)
treeaeb5ccef8959ee0caf6e3d57803bb049f9d7613c /contrib/qemu
parent57d2db370b9c12aca84901d968c2c31db89ca462 (diff)
downloadpasst-e36c35c952ef0848383cba8ef71e13cf25dab2da.tar
passt-e36c35c952ef0848383cba8ef71e13cf25dab2da.tar.gz
passt-e36c35c952ef0848383cba8ef71e13cf25dab2da.tar.bz2
passt-e36c35c952ef0848383cba8ef71e13cf25dab2da.tar.lz
passt-e36c35c952ef0848383cba8ef71e13cf25dab2da.tar.xz
passt-e36c35c952ef0848383cba8ef71e13cf25dab2da.tar.zst
passt-e36c35c952ef0848383cba8ef71e13cf25dab2da.zip
log: Don't export passt_vsyslog()
passt_vsyslog() is an exposed function in log.h. However it shouldn't be called from outside log.c: it writes specifically to the system log, and most code should call passt's logging helpers which might go to the syslog or to a log file. Make passt_vsyslog() local to log.c. This requires a code motion to avoid a forward declaration. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'contrib/qemu')
0 files changed, 0 insertions, 0 deletions