mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
Move remote driver to src/remote/
* daemon/mdns.c: Remove bogus include * daemon/qemud.c, src/Makefile.am, src/libvirt.c: Adapt for changed paths * src/remote_internal.c: Rename to src/remote/remote_driver.c * src/remote_internal.h: Rename to src/remote/remote_driver.h
This commit is contained in:
parent
0b648155e7
commit
8c69a83881
@ -41,7 +41,6 @@
|
||||
#include "qemud.h"
|
||||
#include "mdns.h"
|
||||
#include "event.h"
|
||||
#include "remote_internal.h"
|
||||
#include "memory.h"
|
||||
|
||||
#define AVAHI_DEBUG(fmt, ...) DEBUG(fmt, __VA_ARGS__)
|
||||
|
@ -57,7 +57,7 @@
|
||||
#include "dispatch.h"
|
||||
|
||||
#include "util.h"
|
||||
#include "remote_internal.h"
|
||||
#include "remote/remote_driver.h"
|
||||
#include "conf.h"
|
||||
#include "event.h"
|
||||
#include "memory.h"
|
||||
|
@ -97,8 +97,8 @@ SECRET_CONF_SOURCES = \
|
||||
|
||||
# The remote RPC driver, covering domains, storage, networks, etc
|
||||
REMOTE_DRIVER_SOURCES = \
|
||||
gnutls_1_0_compat.h \
|
||||
remote_internal.c remote_internal.h \
|
||||
gnutls_1_0_compat.h \
|
||||
remote/remote_driver.c remote/remote_driver.h \
|
||||
../daemon/remote_protocol.c \
|
||||
../daemon/remote_protocol.h
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
#include "xen/xen_driver.h"
|
||||
#endif
|
||||
#ifdef WITH_REMOTE
|
||||
#include "remote_internal.h"
|
||||
#include "remote/remote_driver.h"
|
||||
#endif
|
||||
#ifdef WITH_OPENVZ
|
||||
#include "openvz/openvz_driver.h"
|
||||
|
@ -83,7 +83,7 @@
|
||||
#include "driver.h"
|
||||
#include "buf.h"
|
||||
#include "qparams.h"
|
||||
#include "remote_internal.h"
|
||||
#include "remote_driver.h"
|
||||
#include "remote_protocol.h"
|
||||
#include "memory.h"
|
||||
#include "util.h"
|
Loading…
Reference in New Issue
Block a user