summaryrefslogtreecommitdiffstats
path: root/lib/device/device.h
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2005-10-16 23:03:59 +0000
committerAlasdair Kergon <agk@redhat.com>2005-10-16 23:03:59 +0000
commit2262b32057a7a60b3de3876b26b192fa4d05205c (patch)
treee2593b67101f9e681cf3a9a5dafedb58c23c661a /lib/device/device.h
parenta3f6b2ce798cf738c4e8bf510f86ebd45815842c (diff)
downloadlvm2-2262b32057a7a60b3de3876b26b192fa4d05205c.tar.gz
lvm2-2262b32057a7a60b3de3876b26b192fa4d05205c.tar.xz
lvm2-2262b32057a7a60b3de3876b26b192fa4d05205c.zip
Use hash, bitset, malloc, pool from libdevmapper.
Diffstat (limited to 'lib/device/device.h')
-rw-r--r--lib/device/device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/device/device.h b/lib/device/device.h
index f00ec7b5..ed51d6f9 100644
--- a/lib/device/device.h
+++ b/lib/device/device.h
@@ -17,11 +17,12 @@
#define _LVM_DEVICE_H
#include "uuid.h"
+
#include <fcntl.h>
#define DEV_ACCESSED_W 0x00000001 /* Device written to? */
#define DEV_REGULAR 0x00000002 /* Regular file? */
-#define DEV_ALLOCED 0x00000004 /* dbg_malloc used */
+#define DEV_ALLOCED 0x00000004 /* dm_malloc used */
#define DEV_OPENED_RW 0x00000008 /* Opened RW */
#define DEV_OPENED_EXCL 0x00000010 /* Opened EXCL */
#define DEV_O_DIRECT 0x00000020 /* Use O_DIRECT */