[libvirt] [PATCH] minor fix's

Matthias Bolte matthias.bolte at googlemail.com
Wed Sep 30 10:17:32 UTC 2009


2009/9/30 Pritesh Kothari <Pritesh.Kothari at sun.com>:
> Hi All,
>
> Just minor fix's.
>
> Regards,
> Pritesh
>

I came across this 64bit compile problem (with -Werror) as well, but I
would fix it differently: Change the signature of
remoteSendStreamData() to use unsigned int instead of size_t. This is
possible because remoteSendStreamData() is not part of the public API
and it's currently called with len set to 0 or with len set to an int
value returned by virStreamRecv().

Matthias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remoteSendStreamData_signature.diff
Type: text/x-diff
Size: 848 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20090930/c73656f3/attachment-0001.bin>


More information about the libvir-list mailing list