diff options
author | Pranith K <pranithk@gluster.com> | 2011-03-10 02:20:39 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-10 08:09:58 -0800 |
commit | a0aafa365dd355864d24232bd6d7f399ef38f9ef (patch) | |
tree | 5911492054085849f13f7a8a58983ee599c242db /cli/src/cli.h | |
parent | 496a04f3b2d46893635f93e5a33032969a826cd2 (diff) |
cli: gluster profile CLI
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1965 (need a cmd to get io-stat details)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1965
Diffstat (limited to 'cli/src/cli.h')
-rw-r--r-- | cli/src/cli.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index 77bc249d920..acfd5b53961 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -217,4 +217,7 @@ cli_rpc_notify (struct rpc_clnt *rpc, void *mydata, rpc_clnt_event_t event, void *data); void cli_path_strip_trailing_slashes (char *path); +int32_t +cli_cmd_volume_profile_parse (const char **words, int wordcount, + dict_t **options); #endif /* __CLI_H__ */ |