summaryrefslogtreecommitdiff
path: root/extras/multipath/main.h
diff options
context:
space:
mode:
authorchristophe.varoqui@free.fr <christophe.varoqui@free.fr>2003-12-22 20:49:22 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:10 -0700
commit176857119a77aad650412d9fedb568da4b543e07 (patch)
tree1845bcc17c88391bc58d5304ec3cdd8ea19ff28b /extras/multipath/main.h
parent4af58c70571c5c63edaff20d2032c8eeb59678b6 (diff)
[PATCH] extras multipath update
An important one, against stock udev-009 : 2003-12-20 multipath-010 * big ChangeLog update * start to give a little control over target params : introduce cmdline arg -i to control polling interval * cope with hotplug-style calling convention : ie "multipath scsi $DEVPATH" ... to avoid messing with online maps not concerned by an event * example hotplug agent to drop in /etc/hotplug.d/scsi * revert the run & resched patch : unless someone proves me wrong, this was overdesigned * move commented out functions in unused.c * update multipath target params to "udm[23] style" * mp target now supports nr_path == 1, so do we * add gratuitous free() * push version forward
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, \