]> sourceware.org Git - lvm2.git/commitdiff
cmirrord: deamon links libdm
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 4 Oct 2019 15:23:34 +0000 (17:23 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 4 Oct 2019 15:31:55 +0000 (17:31 +0200)
Correct included header files for this outdated tool since
it's linked with libdm, it need to use header files from this dir.

daemons/cmirrord/cluster.h
daemons/cmirrord/functions.h

index 0efbd64bfa06169f1f60fc8fba2bc5235297d1f5..ccb2f358f8a53e40372bfa86a5e6000c786657f7 100644 (file)
@@ -12,8 +12,8 @@
 #ifndef _LVM_CLOG_CLUSTER_H
 #define _LVM_CLOG_CLUSTER_H
 
-#include "libdm/misc/dm-log-userspace.h"
 #include "libdm/libdevmapper.h"
+#include "libdm/misc/dm-log-userspace.h"
 
 #define DM_ULOG_RESPONSE 0x1000U /* in last byte of 32-bit value */
 #define DM_ULOG_CHECKPOINT_READY 21
index 8a7301d018b3b73a32ee3b5e8af31f66b0e60642..524fd0ba2104e86f817e0ce903a3285af1b4ffcb 100644 (file)
@@ -12,7 +12,8 @@
 #ifndef _LVM_CLOG_FUNCTIONS_H
 #define _LVM_CLOG_FUNCTIONS_H
 
-#include "device_mapper/misc/dm-log-userspace.h"
+#include "libdm/libdevmapper.h"
+#include "libdm/misc/dm-log-userspace.h"
 #include "cluster.h"
 
 #define LOG_RESUMED   1
This page took 0.035084 seconds and 5 git commands to generate.