summaryrefslogtreecommitdiff
path: root/libmultipath/defaults.h
diff options
context:
space:
mode:
authorChristophe Varoqui <root@xa-s05.(none)>2005-10-27 09:48:41 +0200
committerChristophe Varoqui <root@xa-s05.(none)>2005-10-27 09:48:41 +0200
commit3db9db74f65542dfcb387e302b237b107ec9354a (patch)
tree3ffa7607202f50f1d418091a8505651f9cd3bd52 /libmultipath/defaults.h
parent18fb80a276c630a79baa4e0889dfe44743876e16 (diff)
downloadmultipath-tools-3db9db74f65542dfcb387e302b237b107ec9354a.tar.gz
multipath-tools-3db9db74f65542dfcb387e302b237b107ec9354a.tar.bz2
multipath-tools-3db9db74f65542dfcb387e302b237b107ec9354a.zip
[libmultipath] User friendly names enhancements
- add a '-b' flag to multipath(8) to let user specify the bindings file location - move from "non blocking lock plus retrys" to "blocking lock plus timeout" Benjamin Marzinski, Redhat
Diffstat (limited to 'libmultipath/defaults.h')
-rw-r--r--libmultipath/defaults.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmultipath/defaults.h b/libmultipath/defaults.h
index 8ec780a..a995794 100644
--- a/libmultipath/defaults.h
+++ b/libmultipath/defaults.h
@@ -9,5 +9,6 @@
#define DEFAULT_PIDFILE "/var/run/multipathd.pid"
#define DEFAULT_SOCKET "/var/run/multipathd.sock"
#define DEFAULT_CONFIGFILE "/etc/multipath.conf"
+#define DEFAULT_BINDINGS_FILE "/var/lib/multipath/bindings"
char * set_default (char * str);