From 4fc7da548edf233e3a417b826fd9e3a08d4eb91b Mon Sep 17 00:00:00 2001 From: Christophe Varoqui Date: Mon, 31 Oct 2005 09:16:06 +0100 Subject: [multipathd] add "reinstate/fail path $path" CLI commands --- multipathd/cli_handlers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'multipathd/cli_handlers.h') 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); -- cgit v1.2.3