提交 2524c843 编写于 作者: O Osier Yang

block_resize: Update test file for RPC

Pushed under build failure rule.
上级 72908c74
......@@ -264,6 +264,12 @@ struct remote_domain_get_memory_parameters_ret {
} params;
int nparams;
};
struct remote_domain_block_resize_args {
remote_nonnull_domain dom;
remote_nonnull_string disk;
uint64_t size;
u_int flags;
};
struct remote_domain_block_stats_args {
remote_nonnull_domain dom;
remote_nonnull_string path;
......@@ -2013,4 +2019,5 @@ enum remote_procedure {
REMOTE_PROC_DOMAIN_EVENT_DISK_CHANGE = 248,
REMOTE_PROC_DOMAIN_OPEN_GRAPHICS = 249,
REMOTE_PROC_NODE_SUSPEND_FOR_DURATION = 250,
REMOTE_PROC_NODE_SUSPEND_FOR_DURATION = 251,
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册