tevent: add tevent_req_cancel() infrastructure
authorStefan Metzmacher <metze@samba.org>
Sat, 15 Aug 2009 07:46:23 +0000 (09:46 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 17 Aug 2009 07:25:44 +0000 (09:25 +0200)
commit45e4be0d96abdc729252df1e97bb9a56302e5a4a
treea9bcfc8d68dee0b58d6534029c9012733b588484
parent26e114b83ce1de7515bfbf365da03ec3f18c95fd
tevent: add tevent_req_cancel() infrastructure

This offers a generic way for callers to cancel an
async request.

metze
lib/tevent/tevent.h
lib/tevent/tevent_internal.h
lib/tevent/tevent_req.c