tevent: store the location where a request was finished
authorStefan Metzmacher <metze@samba.org>
Tue, 17 Mar 2009 19:13:34 +0000 (20:13 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 17 Mar 2009 19:17:01 +0000 (20:17 +0100)
commit9eaf53d98eced9ea70f411b9936b475c42e4d490
treeb30790640cf66c0474c8e3a40f5ba40eb367c75d
parent3a831e46204979550dc6ee7652cea6b8296f10c1
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
lib/tevent/tevent.h
lib/tevent/tevent_internal.h
lib/tevent/tevent_req.c