* daemon/qemud.c: Rename to daemon/libvirtd.c
* daemon/qemud.h: Rename to daemon/libvirtd.h
* daemon/Makefile.am, daemon/dispatch.h, daemon/mdns.c,
daemon/remote.h: Update for renamed libvirtd.h file
DAEMON_SOURCES = \
event.c event.h \
- qemud.c qemud.h \
+ libvirtd.c libvirtd.h \
remote.c remote.h \
dispatch.c dispatch.h \
remote_dispatch_prototypes.h \
#define __LIBVIRTD_DISPATCH_H__
-#include "qemud.h"
+#include "libvirtd.h"
int
/*
- * qemud.c: daemon start of day, guest process & i/o management
+ * libvirtd.c: daemon start of day, guest process & i/o management
*
* Copyright (C) 2006, 2007, 2008, 2009 Red Hat, Inc.
* Copyright (C) 2006 Daniel P. Berrange
#define VIR_FROM_THIS VIR_FROM_QEMU
-#include "qemud.h"
+#include "libvirtd.h"
#include "dispatch.h"
#include "util.h"
/*
- * qemud.h: daemon data structure definitions
+ * libvirtd.h: daemon data structure definitions
*
* Copyright (C) 2006-2009 Red Hat, Inc.
* Copyright (C) 2006 Daniel P. Berrange
#include <avahi-common/error.h>
#include <avahi-common/timeval.h>
-#include "internal.h"
-#include "qemud.h"
+#include "libvirtd.h"
#include "mdns.h"
#include "event.h"
#include "memory.h"
#define __LIBVIRTD_REMOTE_H__
-#include "qemud.h"
+#include "libvirtd.h"
typedef union {
#include "remote_dispatch_args.h"