1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r9703: r9683@blu: tridge | 2005-08-27 18:56:05 +1000

added a comment about event_context_find()
(This used to be commit 9c23008221)
This commit is contained in:
Andrew Tridgell 2005-08-28 02:37:27 +00:00 committed by Gerald (Jerry) Carter
parent c98c6aa561
commit c9d937b7eb

View File

@ -158,6 +158,10 @@ int event_loop_wait(struct event_context *ev)
find an event context that is a parent of the given memory context,
or create a new event context as a child of the given context if
none is found
This should be used in preference to event_context_init() in places
where you would prefer to use the existing event context if possible
(which is most situations)
*/
struct event_context *event_context_find(TALLOC_CTX *mem_ctx)
{