[libvirt] [PATCH 2/2] remote: keep 'make check' happy

Eric Blake eblake at redhat.com
Fri May 13 17:28:50 UTC 2011


* src/remote_protocol-structs (remote_domain_screenshot_args): Use
spelling preferred by dwarves.
---

Pushing under the build-breaker rule; it affects 'make check' if you
have dwarves (for pdwtags) installed.

 src/remote_protocol-structs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs
index bb4c8d5..11b493c 100644
--- a/src/remote_protocol-structs
+++ b/src/remote_protocol-structs
@@ -405,8 +405,8 @@ struct remote_domain_core_dump_args {
 };
 struct remote_domain_screenshot_args {
         remote_nonnull_domain      dom;
-        unsigned int               screen;
-        unsigned int               flags;
+        u_int                      screen;
+        u_int                      flags;
 };
 struct remote_domain_screenshot_ret {
         remote_string              mime;
-- 
1.7.4.4




More information about the libvir-list mailing list