提交 21b5daa1 编写于 作者: P Peter Krempa 提交者: Eric Blake

Remove devname identifier from autogenerated RPC code

Patch 79cf07af missed one instance of "devname" in source for RPC code
generator.
上级 6d1c11e5
...@@ -2102,7 +2102,7 @@ struct remote_domain_snapshot_delete_args { ...@@ -2102,7 +2102,7 @@ struct remote_domain_snapshot_delete_args {
struct remote_domain_open_console_args { struct remote_domain_open_console_args {
remote_nonnull_domain dom; remote_nonnull_domain dom;
remote_string devname; remote_string dev_name;
unsigned int flags; unsigned int flags;
}; };
......
...@@ -1585,7 +1585,7 @@ struct remote_domain_snapshot_delete_args { ...@@ -1585,7 +1585,7 @@ struct remote_domain_snapshot_delete_args {
}; };
struct remote_domain_open_console_args { struct remote_domain_open_console_args {
remote_nonnull_domain dom; remote_nonnull_domain dom;
remote_string devname; remote_string dev_name;
u_int flags; u_int flags;
}; };
struct remote_storage_vol_upload_args { struct remote_storage_vol_upload_args {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册