mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-14 08:35:15 +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:
|