mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-27 18:03:50 +03:00
Rename daemon main code
* 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
This commit is contained in:
parent
ec171c529a
commit
c00c6d038c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
DAEMON_SOURCES = \
|
DAEMON_SOURCES = \
|
||||||
event.c event.h \
|
event.c event.h \
|
||||||
qemud.c qemud.h \
|
libvirtd.c libvirtd.h \
|
||||||
remote.c remote.h \
|
remote.c remote.h \
|
||||||
dispatch.c dispatch.h \
|
dispatch.c dispatch.h \
|
||||||
remote_dispatch_prototypes.h \
|
remote_dispatch_prototypes.h \
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#define __LIBVIRTD_DISPATCH_H__
|
#define __LIBVIRTD_DISPATCH_H__
|
||||||
|
|
||||||
|
|
||||||
#include "qemud.h"
|
#include "libvirtd.h"
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 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, 2007, 2008, 2009 Red Hat, Inc.
|
||||||
* Copyright (C) 2006 Daniel P. Berrange
|
* Copyright (C) 2006 Daniel P. Berrange
|
||||||
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
#define VIR_FROM_THIS VIR_FROM_QEMU
|
#define VIR_FROM_THIS VIR_FROM_QEMU
|
||||||
|
|
||||||
#include "qemud.h"
|
#include "libvirtd.h"
|
||||||
#include "dispatch.h"
|
#include "dispatch.h"
|
||||||
|
|
||||||
#include "util.h"
|
#include "util.h"
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* qemud.h: daemon data structure definitions
|
* libvirtd.h: daemon data structure definitions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2009 Red Hat, Inc.
|
* Copyright (C) 2006-2009 Red Hat, Inc.
|
||||||
* Copyright (C) 2006 Daniel P. Berrange
|
* Copyright (C) 2006 Daniel P. Berrange
|
@ -37,8 +37,7 @@
|
|||||||
#include <avahi-common/error.h>
|
#include <avahi-common/error.h>
|
||||||
#include <avahi-common/timeval.h>
|
#include <avahi-common/timeval.h>
|
||||||
|
|
||||||
#include "internal.h"
|
#include "libvirtd.h"
|
||||||
#include "qemud.h"
|
|
||||||
#include "mdns.h"
|
#include "mdns.h"
|
||||||
#include "event.h"
|
#include "event.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#define __LIBVIRTD_REMOTE_H__
|
#define __LIBVIRTD_REMOTE_H__
|
||||||
|
|
||||||
|
|
||||||
#include "qemud.h"
|
#include "libvirtd.h"
|
||||||
|
|
||||||
typedef union {
|
typedef union {
|
||||||
#include "remote_dispatch_args.h"
|
#include "remote_dispatch_args.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user