mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
19 lines
336 B
Plaintext
19 lines
336 B
Plaintext
|
#
|
||
|
# Domain logging specific symbols
|
||
|
#
|
||
|
|
||
|
|
||
|
# logging/log_manager.h
|
||
|
virLogManagerDomainAppendMessage;
|
||
|
virLogManagerDomainGetLogFilePosition;
|
||
|
virLogManagerDomainOpenLogFile;
|
||
|
virLogManagerDomainReadLogFile;
|
||
|
virLogManagerFree;
|
||
|
virLogManagerNew;
|
||
|
|
||
|
|
||
|
# Let emacs know we want case-insensitive sorting
|
||
|
# Local Variables:
|
||
|
# sort-fold-case: t
|
||
|
# End:
|