summaryrefslogtreecommitdiff
path: root/multipathd/main.h
diff options
context:
space:
mode:
authorChristophe Varoqui <root@xa-s05.(none)>2005-11-29 11:05:08 +0100
committerChristophe Varoqui <root@xa-s05.(none)>2005-11-29 11:05:08 +0100
commitb7f64eb46b7ea030f0b11bfa6177249f1ce7a1b7 (patch)
treeb71c4811ddeacebeca2a4e36d52665b3145c9f20 /multipathd/main.h
parent5a86cbd8a91c2b27ee4b37b425f312a5563a48d1 (diff)
downloadmultipath-tools-b7f64eb46b7ea030f0b11bfa6177249f1ce7a1b7.tar.gz
multipath-tools-b7f64eb46b7ea030f0b11bfa6177249f1ce7a1b7.tar.bz2
multipath-tools-b7f64eb46b7ea030f0b11bfa6177249f1ce7a1b7.zip
[libmultipath] drop the path cache
- remove the cache library files - remove the cache loading in multipath - remove the "dump pathvec" facility in multipathd - remove a small cache assertion in the discovery
Diffstat (limited to 'multipathd/main.h')
-rw-r--r--multipathd/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/multipathd/main.h b/multipathd/main.h
index aa82bdc..c9a4886 100644
--- a/multipathd/main.h
+++ b/multipathd/main.h
@@ -9,7 +9,6 @@
int reconfigure (struct vectors *);
int show_paths (char **, int *, struct vectors *, char *);
int show_maps (char **, int *, struct vectors *, char *);
-int dump_pathvec (char **, int *, struct vectors *);
int ev_add_path (char *, struct vectors *);
int ev_remove_path (char *, struct vectors *);
int ev_add_map (char *, struct vectors *);