mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-11 13:34:45 -05:00
Add metadata to virLogOutputFunc
... and update all users. No change in functionality, the parameter will be used in the next patch. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
committed by
Eric Blake
parent
c780e9b882
commit
37f7a1faf1
@@ -486,6 +486,7 @@ virtTestLogOutput(virLogSource source ATTRIBUTE_UNUSED,
|
||||
int lineno ATTRIBUTE_UNUSED,
|
||||
const char *funcname ATTRIBUTE_UNUSED,
|
||||
const char *timestamp,
|
||||
virLogMetadataPtr metadata ATTRIBUTE_UNUSED,
|
||||
unsigned int flags,
|
||||
const char *rawstr ATTRIBUTE_UNUSED,
|
||||
const char *str,
|
||||
|
||||
Reference in New Issue
Block a user