libxl: Remove unused arg from libxl__sendmsg_fds
authorAnthony PERARD <anthony.perard@gmail.com>
Wed, 2 Jan 2019 15:55:44 +0000 (16:55 +0100)
committerWei Liu <wei.liu2@citrix.com>
Fri, 11 Jan 2019 14:57:52 +0000 (14:57 +0000)
commitaa402adb0b8cdbaf49ee877cdfb7dd5a50203e0a
treea804dac0bb97cb2a4d38e141993ec19c2a5e7759
parent2dc4e7b93bdaccd1ee13a3a6ed7abdd9e549889d
libxl: Remove unused arg from libxl__sendmsg_fds

Now that `datalen' needs to be 1, we can remove it. Also change `data'
parameter to be a singe byte.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_aoutils.c
tools/libxl/libxl_internal.h
tools/libxl/libxl_qmp.c
tools/libxl/libxl_utils.c