summaryrefslogtreecommitdiff
path: root/libcheckers
diff options
context:
space:
mode:
authorChristophe Varoqui <root@xa-s05.(none)>2005-11-17 17:38:31 +0100
committerChristophe Varoqui <root@xa-s05.(none)>2005-11-17 17:38:31 +0100
commit0d5aae83b6ea598662d324e9f046668d84ffea2a (patch)
tree55d9fe2c924f2d73efdbff27e8eca3d23dced0e8 /libcheckers
parent8e4ddefdfdb87c15e9ba218c11098d8744c34920 (diff)
downloadmultipath-tools-0d5aae83b6ea598662d324e9f046668d84ffea2a.tar.gz
multipath-tools-0d5aae83b6ea598662d324e9f046668d84ffea2a.tar.bz2
multipath-tools-0d5aae83b6ea598662d324e9f046668d84ffea2a.zip
[libmultipath] pathcount(mpp, PATH_WILD) counts paths in any state
Diffstat (limited to 'libcheckers')
-rw-r--r--libcheckers/path_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcheckers/path_state.h b/libcheckers/path_state.h
index 08f3874..de31ecc 100644
--- a/libcheckers/path_state.h
+++ b/libcheckers/path_state.h
@@ -1,3 +1,4 @@
+#define PATH_WILD -1
#define PATH_UNCHECKED 0
#define PATH_DOWN 1
#define PATH_UP 2