summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-op-sm.h
diff options
context:
space:
mode:
authorCsaba Henk <csaba@gluster.com>2010-10-04 17:57:59 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-10-05 03:42:48 -0700
commit3f89342de32f214cdb9d641c402954ae9345af71 (patch)
tree7e79dd04150e5138b40c359692eb933b187d62d2 /xlators/mgmt/glusterd/src/glusterd-op-sm.h
parent6658fdde8f6e328e232d9d40067df8ae4b16e8b2 (diff)
volgen: add interface to complete option names from specifier (after-dot) part
Signed-off-by: Csaba Henk <csaba@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 1750 (clean up volgen) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1750
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.h')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-op-sm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.h b/xlators/mgmt/glusterd/src/glusterd-op-sm.h
index 5c557b34..23142380 100644
--- a/xlators/mgmt/glusterd/src/glusterd-op-sm.h
+++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.h
@@ -218,7 +218,7 @@ gf_boolean_t
glusterd_op_get_ctx_free (glusterd_op_t op);
int
-glusterd_check_option_exists(char *optstring);
+glusterd_check_option_exists(char *optstring, char **completion);
int
set_xlator_option (dict_t *dict, char *key, char *value);