mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
tevent: improve documentation of tevent_queue_add_optimize_empty()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
57762229da
commit
88d6703b89
@ -1611,6 +1611,9 @@ struct tevent_queue_entry *tevent_queue_add_entry(
|
||||
* already called tevent_req_notify_callback(), tevent_req_error(),
|
||||
* tevent_req_done() or a similar function.
|
||||
*
|
||||
* The trigger function has no chance to see the returned
|
||||
* queue_entry in the optimized case.
|
||||
*
|
||||
* The request can be removed from the queue by calling talloc_free()
|
||||
* (or a similar function) on the returned queue entry.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user