mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-21 21:25:25 +00:00
b7ccae7f1f
The logging manager is very closely tied to RPC. If we are building without RPC support there's not much use for the manager, in fact it fails to build. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
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:
|