tevent: add tevent_req_received() function
commit09d1b2324cf02c20daa005e6f5d55dc107303af7
authorStefan Metzmacher <metze@samba.org>
Tue, 10 Mar 2009 12:54:57 +0000 (10 13:54 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 10 Mar 2009 15:44:44 +0000 (10 16:44 +0100)
tree0560b59d1abd01358b7a73c2a6f874c7bf86c86d
parent97cccb22194380ce84bf6188df90e2438f1176db
tevent: add tevent_req_received() function

This function can be called as last action of a _recv()
function, it destroys the data attached to the tevent_req.

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