
30 Sep
2009
30 Sep
'09
10:17 a.m.
2009/9/30 Pritesh Kothari <Pritesh.Kothari@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