summaryrefslogtreecommitdiffstats
path: root/rpc/rpcl/block.x
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/rpcl/block.x')
-rw-r--r--rpc/rpcl/block.x2
1 files changed, 0 insertions, 2 deletions
diff --git a/rpc/rpcl/block.x b/rpc/rpcl/block.x
index 0bc988c..06e83f3 100644
--- a/rpc/rpcl/block.x
+++ b/rpc/rpcl/block.x
@@ -1,6 +1,5 @@
struct blockCreate {
char volume[255];
- char volfileserver[255];
char gbid[127]; /* uuid */
u_quad_t size;
char block_name[255];
@@ -8,7 +7,6 @@ struct blockCreate {
struct blockCreateCli {
char volume[255];
- char volfileserver[255];
u_quad_t size;
u_int mpath; /* HA request count */
char block_name[255];