[libvirt] [PATCH] build: fix make check of remote_protocol-structs

Laine Stump laine at laine.org
Mon Feb 11 20:40:36 UTC 2013


Broken by incorrect formatting / spelling of remote_nonnull in commit
39758e7567b766f1df3948ea671d6ccb93daf7a9
---

Pushed under build breaker rule

 src/remote_protocol-structs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs
index b8ca88b..7f5ff7a 100644
--- a/src/remote_protocol-structs
+++ b/src/remote_protocol-structs
@@ -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;
-- 
1.8.1




More information about the libvir-list mailing list