]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: fix make check of remote_protocol-structs
authorLaine Stump <laine@laine.org>
Mon, 11 Feb 2013 20:33:03 +0000 (15:33 -0500)
committerLaine Stump <laine@laine.org>
Mon, 11 Feb 2013 20:34:49 +0000 (15:34 -0500)
Broken by incorrect formatting / spelling of remote_nonnull in commit
39758e7567b766f1df3948ea671d6ccb93daf7a9

src/remote_protocol-structs

index b8ca88b9d13035be93adab00a6b2544380e3b165..7f5ff7a8749cb1a4e88e4f05c1f92d05434a5804 100644 (file)
@@ -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;