summaryrefslogtreecommitdiffstats
path: root/rpc/block.x
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/block.x')
-rw-r--r--rpc/block.x3
1 files changed, 0 insertions, 3 deletions
diff --git a/rpc/block.x b/rpc/block.x
index a5dce19..0bc988c 100644
--- a/rpc/block.x
+++ b/rpc/block.x
@@ -18,7 +18,6 @@ struct blockCreateCli {
struct blockDeleteCli {
char block_name[255];
char volume[255];
- string block_hosts<>;
};
struct blockDelete {
@@ -29,13 +28,11 @@ 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 {