chiark / gitweb /
[PATCH] multipath update
[elogind.git] / extras / multipath / main.h
index 731c55e41f800c8a0fe79ed45b61ed53a009b7fd..cee99d2b882c42f33307938d3a52aecbe55f09ec 100644 (file)
@@ -100,9 +100,8 @@ struct env {
        int verbose;
        int quiet;
        int dry_run;
-       int forcedfailover;
+       int iopolicy;
        int with_sysfs;
-       int dm_path_test_int;
        char sysfs_path[FILE_NAME_SIZE];
        char hotplugdev[FILE_NAME_SIZE];
 };
@@ -110,8 +109,8 @@ struct env {
 /* Build version */
 #define PROG    "multipath"
 
-#define VERSION_CODE 0x000010
-#define DATE_CODE    0x0C1503
+#define VERSION_CODE 0x000012
+#define DATE_CODE    0x021504
 
 #define MULTIPATH_VERSION(version)     \
        (version >> 16) & 0xFF,         \