提交 6627ea3c 编写于 作者: L Laine Stump

build: fix make check of remote_protocol-structs

Broken by incorrect formatting / spelling of remote_nonnull in commit
39758e75
上级 21858e21
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册