mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-06 11:49:29 +00:00
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:
|