From c85998fec484a0060c2a7cbcbf7ed42a109c6478 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 7 Jul 2010 08:05:58 +0000 Subject: make DUMP as another program * on server side, make it a rpc program. * on client its another program at protocol Signed-off-by: Amar Tumballi Signed-off-by: Anand V. Avati BUG: 875 (Implement a new protocol to provide proper backward/forward compatibility) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=875 --- xlators/protocol/client/src/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/protocol/client/src/client.h') diff --git a/xlators/protocol/client/src/client.h b/xlators/protocol/client/src/client.h index 1422c7abeda..26679cf630a 100644 --- a/xlators/protocol/client/src/client.h +++ b/xlators/protocol/client/src/client.h @@ -48,6 +48,7 @@ typedef struct clnt_conf { rpc_clnt_prog_t *fops; rpc_clnt_prog_t *mgmt; rpc_clnt_prog_t *handshake; + rpc_clnt_prog_t *dump; } clnt_conf_t; typedef struct _client_fd_ctx { -- cgit