summaryrefslogtreecommitdiff
path: root/extras/multipath/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'extras/multipath/main.h')
-rw-r--r--extras/multipath/main.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/extras/multipath/main.h b/extras/multipath/main.h
index d6dfb14296..0c5620ff74 100644
--- a/extras/multipath/main.h
+++ b/extras/multipath/main.h
@@ -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, \