mirror of https://gitee.com/openkylin/libvirt.git
remote: keep 'make check' happy
* src/remote_protocol-structs (remote_domain_screenshot_args): Use spelling preferred by dwarves.
This commit is contained in:
parent
a9bb4f65ec
commit
1c9c494fc1
|
@ -405,8 +405,8 @@ struct remote_domain_core_dump_args {
|
|||
};
|
||||
struct remote_domain_screenshot_args {
|
||||
remote_nonnull_domain dom;
|
||||
unsigned int screen;
|
||||
unsigned int flags;
|
||||
u_int screen;
|
||||
u_int flags;
|
||||
};
|
||||
struct remote_domain_screenshot_ret {
|
||||
remote_string mime;
|
||||
|
|
Loading…
Reference in New Issue