Author: vlendec
Date: 2005-01-09 18:53:54 +0000 (Sun, 09 Jan 2005)
New Revision: 4622

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4622

Log:
Clarify a comment a bit
Modified:
   branches/SAMBA_4_0/source/include/events.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/events.h
===================================================================
--- branches/SAMBA_4_0/source/include/events.h  2005-01-09 14:24:51 UTC (rev 
4621)
+++ branches/SAMBA_4_0/source/include/events.h  2005-01-09 18:53:54 UTC (rev 
4622)
@@ -71,7 +71,8 @@
                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;
 };
 

Reply via email to