aboutsummaryrefslogtreecommitdiff
path: root/daemons
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2012-09-26 14:44:03 +0200
committerPetr Rockai <prockai@redhat.com>2012-09-26 17:26:23 +0200
commit662a2122f6224b5404d9f1276868bc3069766c49 (patch)
treeab23d37501e416629a1c8063e8a67f86bef87a0a /daemons
parent4ece923a4b8a38fd794ac1cc83d887747db6edda (diff)
downloadlvm2-662a2122f6224b5404d9f1276868bc3069766c49.tar.gz
libdaemon: Split daemon-shared.[hc] into daemon-io.[hc] and config-util.[hc].
Diffstat (limited to 'daemons')
-rw-r--r--daemons/lvmetad/lvmetad-core.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemons/lvmetad/lvmetad-core.c b/daemons/lvmetad/lvmetad-core.c
index 6c2303df9..0c39a7786 100644
--- a/daemons/lvmetad/lvmetad-core.c
+++ b/daemons/lvmetad/lvmetad-core.c
@@ -15,7 +15,8 @@
#define _XOPEN_SOURCE 500 /* pthread */
#include "configure.h"
-#include "daemon-shared.h"
+#include "daemon-io.h"
+#include "config-util.h"
#include "daemon-server.h"
#include "daemon-log.h"