From 5d57885a1b63ba89406c0dbd02bb254eacf531bd Mon Sep 17 00:00:00 2001 From: Avra Sengupta Date: Mon, 16 Dec 2013 03:09:58 +0000 Subject: glusterd/snapshot: Introducing snap-max-hard-limit and snap-max-soft-limit Note: Manually adding this patch again as this patch got missed in git reset option done on remote development branch Change-Id: I9e81c5ec003c1e1722d0fcb27dd87c365ee43ff4 Signed-off-by: Avra Sengupta Signed-off-by: Rajesh Joseph --- cli/src/cli.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/src/cli.h') diff --git a/cli/src/cli.h b/cli/src/cli.h index 3d987a8bc..8daa4b741 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -166,6 +166,11 @@ struct cli_volume_status { #endif }; +struct snap_config_opt_vals_ { + char *op_name; + char *question; +}; + typedef struct gf_cli_gsync_detailed_status_ gf_cli_gsync_status_t; typedef struct cli_volume_status cli_volume_status_t; -- cgit