mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Move event code out of the daemon/ into src/util/
The event loop implementation is used by more than just the daemon, so move it into the shared area. * daemon/event.c, src/util/event_poll.c: Renamed * daemon/event.h, src/util/event_poll.h: Renamed * tools/Makefile.am, tools/console.c, tools/virsh.c: Update to use new virEventPoll APIs * daemon/mdns.c, daemon/mdns.c, daemon/Makefile.am: Update to use new virEventPoll APIs
This commit is contained in:
@@ -38,7 +38,6 @@ virt-pki-validate.1: virt-pki-validate.in
|
||||
|
||||
virsh_SOURCES = \
|
||||
console.c console.h \
|
||||
../daemon/event.c ../daemon/event.h \
|
||||
virsh.c
|
||||
|
||||
virsh_LDFLAGS = $(WARN_LDFLAGS) $(COVERAGE_LDFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user