#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"
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
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
# 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 \
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 \
#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"
#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
#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"
#include "rpc/virnetsocket.h"
#include "storage_file.h"
#include "viruri.h"
-#include "hooks.h"
+#include "virhook.h"
#define VIR_FROM_THIS VIR_FROM_QEMU
#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"
/*
- * 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
#include <stdio.h>
#include "virterror_internal.h"
-#include "hooks.h"
+#include "virhook.h"
#include "util.h"
#include "logging.h"
#include "memory.h"
/*
- * 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