summaryrefslogtreecommitdiff
path: root/multipathd/cli_handlers.h
diff options
context:
space:
mode:
authorChristophe Varoqui <root@xa-s05.(none)>2005-10-31 09:16:06 +0100
committerChristophe Varoqui <root@xa-s05.(none)>2005-10-31 09:16:06 +0100
commit4fc7da548edf233e3a417b826fd9e3a08d4eb91b (patch)
tree56e238f99fd45a7b1f84da4f7da4791bcd01343e /multipathd/cli_handlers.h
parentbdba393a6793ea6cf35690f7c5148348b675eef3 (diff)
downloadmultipath-tools-4fc7da548edf233e3a417b826fd9e3a08d4eb91b.tar.gz
multipath-tools-4fc7da548edf233e3a417b826fd9e3a08d4eb91b.tar.bz2
multipath-tools-4fc7da548edf233e3a417b826fd9e3a08d4eb91b.zip
[multipathd] add "reinstate/fail path $path" CLI commands
Diffstat (limited to 'multipathd/cli_handlers.h')
-rw-r--r--multipathd/cli_handlers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/multipathd/cli_handlers.h b/multipathd/cli_handlers.h
index 745daa7..5b9a66c 100644
--- a/multipathd/cli_handlers.h
+++ b/multipathd/cli_handlers.h
@@ -9,3 +9,5 @@ int cli_dump_pathvec(void * v, char ** reply, int * len, void * data);
int cli_reconfigure(void * v, char ** reply, int * len, void * data);
int cli_suspend(void * v, char ** reply, int * len, void * data);
int cli_resume(void * v, char ** reply, int * len, void * data);
+int cli_reinstate(void * v, char ** reply, int * len, void * data);
+int cli_fail(void * v, char ** reply, int * len, void * data);