mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
build: fix 'make check' when pdwtags is available
Problem introduced in commit 6818cf86. * src/remote_protocol-structs: Delete unused struct.
This commit is contained in:
parent
d710531f95
commit
c65fcce8ed
@ -1615,11 +1615,3 @@ struct remote_domain_get_control_info_ret {
|
||||
u_int details;
|
||||
uint64_t stateTime;
|
||||
};
|
||||
struct remote_message_header {
|
||||
u_int prog;
|
||||
u_int vers;
|
||||
int proc;
|
||||
remote_message_type type;
|
||||
u_int serial;
|
||||
remote_message_status status;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user