chiark / gitweb /
[PATCH] extras multipath update
[elogind.git] / extras / multipath / main.h
index 692e5e45953ed9e22d02ccb52c628a00712c9068..0c5620ff74c0acc01c8fc1dc69df90180f2d8c94 100644 (file)
@@ -46,7 +46,7 @@
 #define TUR_CMD_LEN    6
 #define MX_ALLOC_LEN   255
 #define BLKGETSIZE      _IO(0x12,96)
-#define DM_TARGET      "striped"
+#define DM_TARGET      "multipath"
 
 #define PINDEX(x,y)    mp[(x)].pindex[(y)]
 
@@ -99,14 +99,16 @@ struct env {
        int quiet;
        int dry_run;
        int with_sysfs;
+       int dm_path_test_int;
        char sysfs_path[FILE_NAME_SIZE];
+       char hotplugdev[FILE_NAME_SIZE];
 };
 
 /* Build version */
 #define PROG    "multipath"
 
-#define VERSION_CODE 0x000009
-#define DATE_CODE    0x0C0503
+#define VERSION_CODE 0x000010
+#define DATE_CODE    0x0C1503
 
 #define MULTIPATH_VERSION(version)     \
        (version >> 16) & 0xFF,         \