From 4c7ca7ec15760681703450dc9279a8c3cf8b98c0 Mon Sep 17 00:00:00 2001 From: Pranith K Date: Tue, 5 Oct 2010 07:34:45 +0000 Subject: mgmt/glusterd: send volume options to friend Signed-off-by: Pranith Kumar K Signed-off-by: Vijay Bellur BUG: 1816 (send volume options in friend add) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1816 --- xlators/mgmt/glusterd/src/glusterd-op-sm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.h') diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.h b/xlators/mgmt/glusterd/src/glusterd-op-sm.h index 23142380..440154bd 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.h +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.h @@ -225,4 +225,6 @@ set_xlator_option (dict_t *dict, char *key, char *value); void glusterd_do_replace_brick (void *data); +int +glusterd_options_reset (glusterd_volinfo_t *volinfo); #endif -- cgit