1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

cmirrord: deamon links libdm

Correct included header files for this outdated tool since
it's linked with libdm, it need to use header files from this dir.
This commit is contained in:
Zdenek Kabelac 2019-10-04 17:23:34 +02:00
parent a68258339d
commit ebc9274be0
2 changed files with 3 additions and 2 deletions

View File

@ -12,8 +12,8 @@
#ifndef _LVM_CLOG_CLUSTER_H #ifndef _LVM_CLOG_CLUSTER_H
#define _LVM_CLOG_CLUSTER_H #define _LVM_CLOG_CLUSTER_H
#include "libdm/misc/dm-log-userspace.h"
#include "libdm/libdevmapper.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_RESPONSE 0x1000U /* in last byte of 32-bit value */
#define DM_ULOG_CHECKPOINT_READY 21 #define DM_ULOG_CHECKPOINT_READY 21

View File

@ -12,7 +12,8 @@
#ifndef _LVM_CLOG_FUNCTIONS_H #ifndef _LVM_CLOG_FUNCTIONS_H
#define _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" #include "cluster.h"
#define LOG_RESUMED 1 #define LOG_RESUMED 1