mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
build: fix make check of remote_protocol-structs
Broken by incorrect formatting / spelling of remote_nonnull in commit
39758e7567
This commit is contained in:
parent
21858e2137
commit
6627ea3cbf
@ -1401,9 +1401,9 @@ struct remote_node_device_lookup_by_name_ret {
|
||||
remote_nonnull_node_device dev;
|
||||
};
|
||||
struct remote_node_device_lookup_scsi_host_by_wwn_args {
|
||||
remote_nonull_string wwnn;
|
||||
remote_nonull_string wwpn;
|
||||
unsigned int flags;
|
||||
remote_nonnull_string wwnn;
|
||||
remote_nonnull_string wwpn;
|
||||
u_int flags;
|
||||
};
|
||||
struct remote_node_device_lookup_scsi_host_by_wwn_ret {
|
||||
remote_nonnull_node_device dev;
|
||||
|
Loading…
Reference in New Issue
Block a user