]> xenbits.xensource.com Git - libvirt.git/commit
Change signature of remoteSendStreamData() to fix compile warning
authorMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 30 Sep 2009 10:37:10 +0000 (12:37 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 30 Sep 2009 10:37:10 +0000 (12:37 +0200)
commitd710d60c31327f1446a33b1eee8be0fb82d6211b
tree16fa60d4951f92d03763e6d8e23913f4747c4c00
parentfe627697a3830cd2db0efcc201d8caa9e171263d
Change signature of remoteSendStreamData() to fix compile warning

The actual type of size_t is architecture dependent. Because the len
parameter is used as unsigned int in remoteSendStreamData(), change its
type to unsigned int.

* daemon/dispatch.[ch]: change size_t to unsigned int for
  remoteSendStreamData()
daemon/dispatch.c
daemon/dispatch.h