summaryrefslogtreecommitdiffstats
path: root/cli/src/cli.h
diff options
context:
space:
mode:
authorshishir gowda <shishirng@gluster.com>2011-03-16 03:35:16 +0000
committerVijay Bellur <vijay@dev.gluster.com>2011-03-16 02:35:30 -0700
commit3d1fc9ebe2b0292108dd0737cf8f40d6fcb8cf51 (patch)
treefa1e4b0454727a74e829a9cb25893394de8381d4 /cli/src/cli.h
parentf208d7148fefd55b4073bda978816d71831ffefa (diff)
TOP: cli, rpc/xdr related changes
Signed-off-by: shishir gowda <shishirng@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 2516 (Implement gluster volume top command) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2516
Diffstat (limited to 'cli/src/cli.h')
-rw-r--r--cli/src/cli.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h
index 1db78746..33a6fa18 100644
--- a/cli/src/cli.h
+++ b/cli/src/cli.h
@@ -223,4 +223,7 @@ cli_path_strip_trailing_slashes (char *path);
int32_t
cli_cmd_volume_profile_parse (const char **words, int wordcount,
dict_t **options);
+int32_t
+cli_cmd_volume_top_parse (const char **words, int wordcount,
+ dict_t **options);
#endif /* __CLI_H__ */