summaryrefslogtreecommitdiffstats
path: root/rpc/block.h
diff options
context:
space:
mode:
authorPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-01-22 22:03:39 +0530
committerPrasanna Kumar Kalever <prasanna.kalever@redhat.com>2017-01-30 19:31:50 +0530
commit05ab127cf7cbc09b58958f1c1923e674c697944f (patch)
tree55b0e1976b29ef31a16839b1a5c3464fe55258b3 /rpc/block.h
parent7857ef74633919b8213009b411b0840eee144c97 (diff)
gluster-block: add list and info rpc
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
Diffstat (limited to 'rpc/block.h')
-rw-r--r--rpc/block.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpc/block.h b/rpc/block.h
index 0ce4e33..8cd38fb 100644
--- a/rpc/block.h
+++ b/rpc/block.h
@@ -48,12 +48,14 @@ typedef struct blockDelete blockDelete;
struct blockInfoCli {
char block_name[255];
char volume[255];
+ char *block_hosts;
};
typedef struct blockInfoCli blockInfoCli;
struct blockListCli {
char volume[255];
u_quad_t offset;
+ char *block_hosts;
};
typedef struct blockListCli blockListCli;