tevent: store the location where a request was finished
commit8053941b377d3fd2e58e67f68eecb2551be49c10
authorStefan Metzmacher <metze@samba.org>
Tue, 17 Mar 2009 19:13:34 +0000 (17 20:13 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 18 Mar 2009 15:48:17 +0000 (18 16:48 +0100)
treed551ebadd8658ec8b4b2d7a35c6873ca40f1ac10
parent7fcb16a79681a24ca3b96ec73bc44b43e57c3c8f
tevent: store the location where a request was finished

This is very useful to find bugs.
You can use 'p *req' in gdb to show where
tevent_req_done(), tevent_req_error() or tevent_req_nomem()
was called.

metze
(cherry picked from commit 9eaf53d98eced9ea70f411b9936b475c42e4d490)
lib/tevent/tevent.h
lib/tevent/tevent_internal.h
lib/tevent/tevent_req.c