libxl: update prototype of libxl__spawn_check
authorOlaf Hering <olaf@aepfle.de>
Thu, 27 Oct 2011 09:54:16 +0000 (11:54 +0200)
committerOlaf Hering <olaf@aepfle.de>
Thu, 27 Oct 2011 09:54:16 +0000 (11:54 +0200)
commita54aa0a41cfaf18b10e6950d46eaf625146b9d63
tree59186921be1922d9d35af58a0456873fae2465e6
parent89d1429416cc56681be78d57dd371056cb92a035
libxl: update prototype of libxl__spawn_check

libxl__spawn_check expects a malloc'd libxl__spawn_starting. The
currently only user of libxl__spawn_check gets a libxl__spawn_starting
and passes it on. Update prototype to not take a void pointer, and also
update comment in header file.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Jackson <ian.jackson.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/libxl/libxl_exec.c
tools/libxl/libxl_internal.h