提交 8c69a838 编写于 作者: D Daniel P. Berrange

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
上级 0b648155
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册