tevent: store the location where a request was finished
commit0ef792c4d4338126b348299fb93bcf4442ff06ca
authorStefan Metzmacher <metze@samba.org>
Tue, 17 Mar 2009 19:13:34 +0000 (17 20:13 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 15 Apr 2009 07:07:14 +0000 (15 09:07 +0200)
treea50eb23aa78f8d86ed73ff85d95b0dd238c519d2
parent792f106bb8383df9cfb833a454b11b3f6c529c4b
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)
(cherry picked from commit 8053941b377d3fd2e58e67f68eecb2551be49c10)
lib/tevent/tevent.h
lib/tevent/tevent_internal.h
lib/tevent/tevent_req.c