summaryrefslogtreecommitdiff
path: root/libmultipath/propsel.h
diff options
context:
space:
mode:
authorroot <root@xa-s05.(none)>2005-05-25 11:53:18 +0200
committerroot <root@xa-s05.(none)>2005-05-25 11:53:18 +0200
commit83530ecd7b162b1991e11b381304f4191c366ec1 (patch)
tree98a3205b2b6a4b54f835d914457b79c0280edc88 /libmultipath/propsel.h
parenta1c6d2abb640e76928b656a2c7cea8b442a63dcd (diff)
downloadmultipath-tools-83530ecd7b162b1991e11b381304f4191c366ec1.tar.gz
multipath-tools-83530ecd7b162b1991e11b381304f4191c366ec1.tar.bz2
multipath-tools-83530ecd7b162b1991e11b381304f4191c366ec1.zip
[multipathd] add failback keyword handling
The failback keyword can be set in the default section, or in a hardware entry, or in a multipath entry. Its value can be "manual", "immediate" or an integer delay expressed in seconds.
Diffstat (limited to 'libmultipath/propsel.h')
-rw-r--r--libmultipath/propsel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmultipath/propsel.h b/libmultipath/propsel.h
index 9d5366e..11d585b 100644
--- a/libmultipath/propsel.h
+++ b/libmultipath/propsel.h
@@ -1,3 +1,4 @@
+int select_pgfailback (struct multipath * mp);
int select_pgpolicy (struct multipath * mp);
int select_selector (struct multipath * mp);
int select_alias (struct multipath * mp);