summaryrefslogtreecommitdiffstats
path: root/rpc/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/block.h')
-rw-r--r--rpc/block.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/rpc/block.h b/rpc/block.h
index 9c3ee9e..03d0ec4 100644
--- a/rpc/block.h
+++ b/rpc/block.h
@@ -37,7 +37,6 @@ typedef struct blockCreateCli blockCreateCli;
struct blockDeleteCli {
char block_name[255];
char volume[255];
- char *block_hosts;
};
typedef struct blockDeleteCli blockDeleteCli;
@@ -50,14 +49,12 @@ 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;