1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r4622: Clarify a comment a bit

(This used to be commit e76d486b04)
This commit is contained in:
Volker Lendecke 2005-01-09 18:53:54 +00:00 committed by Gerald (Jerry) Carter
parent 9ca6e19767
commit fd9a4436c0

View File

@ -71,7 +71,8 @@ struct event_context {
int code;
} exit;
/* we hang the events off here, to make merging easy */
/* This is the talloc parent for all concrete event structures in this
* event context. This makes merging easy. */
void *events;
};