From 05ab127cf7cbc09b58958f1c1923e674c697944f Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Sun, 22 Jan 2017 22:03:39 +0530 Subject: gluster-block: add list and info rpc Signed-off-by: Prasanna Kumar Kalever --- rpc/block.x | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rpc/block.x') diff --git a/rpc/block.x b/rpc/block.x index aebe451..b90aa45 100644 --- a/rpc/block.x +++ b/rpc/block.x @@ -27,11 +27,13 @@ struct blockDelete { struct blockInfoCli { char block_name[255]; char volume[255]; + string block_hosts<>; }; struct blockListCli { char volume[255]; u_quad_t offset; /* dentry d_name offset */ + string block_hosts<>; }; struct blockResponse { -- cgit