mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
build: fix make check of remote_protocol-structs
Broken by incorrect formatting / spelling of remote_nonnull in commit 39758e7567b766f1df3948ea671d6ccb93daf7a9
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…
x
Reference in New Issue
Block a user