mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
Rename hooks.{c,h} to virhook.{c,h}
This commit is contained in:
parent
4d6050a8eb
commit
30f3a005ff
@ -53,7 +53,7 @@
|
||||
#include "threads.h"
|
||||
#include "remote.h"
|
||||
#include "remote_driver.h"
|
||||
#include "hooks.h"
|
||||
#include "virhook.h"
|
||||
#include "uuid.h"
|
||||
#include "viraudit.h"
|
||||
#include "locking/lock_manager.h"
|
||||
|
@ -138,7 +138,6 @@ src/storage/storage_driver.c
|
||||
src/test/test_driver.c
|
||||
src/uml/uml_conf.c
|
||||
src/uml/uml_driver.c
|
||||
src/util/hooks.c
|
||||
src/util/hostusb.c
|
||||
src/util/iohelper.c
|
||||
src/util/iptables.c
|
||||
@ -161,6 +160,7 @@ src/util/virdnsmasq.c
|
||||
src/util/vireventpoll.c
|
||||
src/util/virfile.c
|
||||
src/util/virhash.c
|
||||
src/util/virhook.c
|
||||
src/util/virinitctl.c
|
||||
src/util/virkeyfile.c
|
||||
src/util/virlockspace.c
|
||||
|
@ -53,7 +53,6 @@ augeastest_DATA =
|
||||
# These files are not related to driver APIs. Simply generic
|
||||
# helper APIs for various purposes
|
||||
UTIL_SOURCES = \
|
||||
util/hooks.c util/hooks.h \
|
||||
util/iptables.c util/iptables.h \
|
||||
util/json.c util/json.h \
|
||||
util/logging.c util/logging.h \
|
||||
@ -85,6 +84,7 @@ UTIL_SOURCES = \
|
||||
util/virevent.c util/virevent.h \
|
||||
util/vireventpoll.c util/vireventpoll.h \
|
||||
util/virfile.c util/virfile.h \
|
||||
util/virhook.c util/virhook.h \
|
||||
util/virnodesuspend.c util/virnodesuspend.h \
|
||||
util/virobject.c util/virobject.h \
|
||||
util/virpidfile.c util/virpidfile.h \
|
||||
|
@ -52,7 +52,7 @@
|
||||
#include "nodeinfo.h"
|
||||
#include "uuid.h"
|
||||
#include "stats_linux.h"
|
||||
#include "hooks.h"
|
||||
#include "virhook.h"
|
||||
#include "virfile.h"
|
||||
#include "virpidfile.h"
|
||||
#include "fdstream.h"
|
||||
|
@ -43,8 +43,8 @@
|
||||
#include "virterror_internal.h"
|
||||
#include "logging.h"
|
||||
#include "vircommand.h"
|
||||
#include "hooks.h"
|
||||
#include "lxc_hostdev.h"
|
||||
#include "virhook.h"
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_LXC
|
||||
|
||||
|
@ -79,7 +79,7 @@
|
||||
#include "cpu/cpu.h"
|
||||
#include "sysinfo.h"
|
||||
#include "domain_nwfilter.h"
|
||||
#include "hooks.h"
|
||||
#include "virhook.h"
|
||||
#include "storage_file.h"
|
||||
#include "virfile.h"
|
||||
#include "fdstream.h"
|
||||
|
@ -49,7 +49,7 @@
|
||||
#include "rpc/virnetsocket.h"
|
||||
#include "storage_file.h"
|
||||
#include "viruri.h"
|
||||
#include "hooks.h"
|
||||
#include "virhook.h"
|
||||
|
||||
|
||||
#define VIR_FROM_THIS VIR_FROM_QEMU
|
||||
|
@ -54,7 +54,7 @@
|
||||
#include "logging.h"
|
||||
#include "virterror_internal.h"
|
||||
#include "memory.h"
|
||||
#include "hooks.h"
|
||||
#include "virhook.h"
|
||||
#include "virfile.h"
|
||||
#include "virpidfile.h"
|
||||
#include "util.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* hooks.c: implementation of the synchronous hooks support
|
||||
* virhook.c: implementation of the synchronous hooks support
|
||||
*
|
||||
* Copyright (C) 2010-2012 Red Hat, Inc.
|
||||
* Copyright (C) 2010 Daniel Veillard
|
||||
@ -31,7 +31,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "virterror_internal.h"
|
||||
#include "hooks.h"
|
||||
#include "virhook.h"
|
||||
#include "util.h"
|
||||
#include "logging.h"
|
||||
#include "memory.h"
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* hook.h: internal entry points needed for synchronous hooks support
|
||||
* virhook.h: internal entry points needed for synchronous hooks support
|
||||
*
|
||||
* Copyright (C) 2010 Red Hat, Inc.
|
||||
* Copyright (C) 2010 Daniel Veillard
|
Loading…
x
Reference in New Issue
Block a user