summaryrefslogtreecommitdiffstats
path: root/rpc/block.h
diff options
context:
space:
mode:
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;