diff options
Diffstat (limited to 'source4/include/events.h')
-rw-r--r-- | source4/include/events.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/include/events.h b/source4/include/events.h index 36fedc6e8b..ae18bd8bc4 100644 --- a/source4/include/events.h +++ b/source4/include/events.h @@ -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; }; |