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.x1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/rpcl/block.x b/rpc/rpcl/block.x
index e3fcbd1..c976b3e 100644
--- a/rpc/rpcl/block.x
+++ b/rpc/rpcl/block.x
@@ -56,6 +56,7 @@ struct blockCreateCli {
struct blockDeleteCli {
char block_name[255];
char volume[255];
+ bool unlink;
bool force;
enum JsonResponseFormat json_resp;
};