From 157560b6dce9cf790e8405ce895d80f4efab1539 Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Sat, 28 Aug 2010 06:02:54 +0000 Subject: cli, mgmt/glusterd: added volume stop force functionality Signed-off-by: Pranith Kumar K Signed-off-by: Vijay Bellur BUG: 1361 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1361 --- cli/src/cli.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/src/cli.h') diff --git a/cli/src/cli.h b/cli/src/cli.h index d6e1a35d6..22159025e 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -110,6 +110,7 @@ struct cli_local { struct { char *volname; + int flags; } stop_vol; struct { -- cgit