X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fmultipath%2Fmain.h;h=0c5620ff74c0acc01c8fc1dc69df90180f2d8c94;hb=176857119a77aad650412d9fedb568da4b543e07;hp=d6dfb14296b5d1835e347044d1be34f8f250e1bb;hpb=197a978ea3e5d68d2ca8059cede2b60f62c497b7;p=elogind.git diff --git a/extras/multipath/main.h b/extras/multipath/main.h index d6dfb1429..0c5620ff7 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, \