summaryrefslogtreecommitdiffstats
path: root/rpc/block.x
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/block.x')
-rw-r--r--rpc/block.x1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/block.x b/rpc/block.x
index 21c30aa..a5dce19 100644
--- a/rpc/block.x
+++ b/rpc/block.x
@@ -10,6 +10,7 @@ struct blockCreateCli {
char volume[255];
char volfileserver[255];
u_quad_t size;
+ u_int mpath; /* HA request count */
char block_name[255];
string block_hosts<>;
};