mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 19:31:18 +00:00
20 lines
268 B
Plaintext
20 lines
268 B
Plaintext
|
#
|
||
|
# These symbols are dependent upon --enable-debug.
|
||
|
#
|
||
|
|
||
|
|
||
|
# libvirt_internal.h
|
||
|
debugFlag;
|
||
|
|
||
|
|
||
|
# logging.h
|
||
|
virLogMessage;
|
||
|
virLogSetDefaultPriority;
|
||
|
virLogDefineFilter;
|
||
|
virLogDefineOutput;
|
||
|
virLogParseFilters;
|
||
|
virLogParseOutputs;
|
||
|
virLogStartup;
|
||
|
virLogShutdown;
|
||
|
virLogReset;
|