summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-01-09 18:53:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:35 -0500
commitfd9a4436c03fe88350ad639bea01add5db74c287 (patch)
tree6ab2966aaa6677d0ddc4f9d6555aca3cb0bb1561 /source4
parent9ca6e1976772c2f8661c1a4879dc2d38a073f7cb (diff)
downloadsamba-fd9a4436c03fe88350ad639bea01add5db74c287.tar.gz
samba-fd9a4436c03fe88350ad639bea01add5db74c287.tar.bz2
samba-fd9a4436c03fe88350ad639bea01add5db74c287.zip
r4622: Clarify a comment a bit
(This used to be commit e76d486b04ee114087a69a659fbc47e585e71510)
Diffstat (limited to 'source4')
-rw-r--r--source4/include/events.h3
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;
};