@@ -3,6 +3,7 @@
#include "list.h"
#include "memory.h"
+#include "defaults.h"
/*
*
@@ -86,8 +87,6 @@ enum path_check_state {
#define CCISS_TUR "cciss_tur"
#define RBD "rbd"
-#define DEFAULT_CHECKER TUR
-
#define ASYNC_TIMEOUT_SEC 30
/*
@@ -28,6 +28,9 @@
#define DEFAULT_RETRIGGER_DELAY 10
#define DEFAULT_RETRIGGER_TRIES 3
#define DEFAULT_UEV_WAIT_TIMEOUT 30
+#define DEFAULT_PRIO "const"
+#define DEFAULT_PRIO_ARGS ""
+#define DEFAULT_CHECKER TUR
#define DEFAULT_CHECKINT 5
#define MAX_CHECKINT(a) (a << 2)
@@ -12,9 +12,7 @@ struct path;
#include "list.h"
#include "memory.h"
-
-#define DEFAULT_PRIO "const"
-#define DEFAULT_PRIO_ARGS ""
+#include "defaults.h"
/*
* Known prioritizers for use in hwtable.c
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com> --- libmultipath/checkers.h | 3 +-- libmultipath/defaults.h | 3 +++ libmultipath/prio.h | 4 +--- 3 files changed, 5 insertions(+), 5 deletions(-)