summaryrefslogtreecommitdiff
path: root/extras/multipath/main.h
diff options
context:
space:
mode:
authorext.devoteam.varoqui@sncf.fr <ext.devoteam.varoqui@sncf.fr>2004-02-17 19:07:56 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:28 -0700
commitf01f8c667793ef10baac489cf845ba273fd023db (patch)
tree4bb691367e30bc4a55611eeb019909f0916a7079 /extras/multipath/main.h
parent24f8f09876e426ab1b5a4b7c76f25eededbeaa11 (diff)
[PATCH] update extras/multipath
patch follows : * remove the restrictive -f flag. Introduce a more generic "-m iopolicy" one. * remove useless "int with_sysfs" in env struct
Diffstat (limited to 'extras/multipath/main.h')
-rw-r--r--extras/multipath/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/multipath/main.h b/extras/multipath/main.h
index 731c55e41f..e05555599f 100644
--- a/extras/multipath/main.h
+++ b/extras/multipath/main.h
@@ -100,7 +100,7 @@ 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];