Re: [Xen-devel] [PATCH 19/29] libxl: cancellation: Make timeouts cancellable

2015-03-24 Thread Ian Campbell
On Tue, 2015-02-10 at 20:10 +, Ian Jackson wrote: > Make libxl__ev_time* register with the cancellation machinery, so that > libxl_ao_cancel can cancel any operation which has a timeout. > > Signed-off-by: Ian Jackson Acked-by: Ian Campbell ___

[Xen-devel] [PATCH 19/29] libxl: cancellation: Make timeouts cancellable

2015-02-10 Thread Ian Jackson
Make libxl__ev_time* register with the cancellation machinery, so that libxl_ao_cancel can cancel any operation which has a timeout. Signed-off-by: Ian Jackson --- tools/libxl/libxl_event.c| 27 +++ tools/libxl/libxl_internal.h |3 ++- 2 files changed, 29 insert