comment field id of LttvTraceHook
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 8 Oct 2007 18:16:49 +0000 (18:16 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 8 Oct 2007 18:16:49 +0000 (18:16 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2612 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/lttv/tracecontext.h

index 4413a5230cc49ca417a899b9a76a1bb2deeafbfb..a5630f8d205c21ac6510e93f0fc98aabf2f3f307 100644 (file)
@@ -274,7 +274,7 @@ void lttv_tracefile_context_remove_hooks_by_id(LttvTracefileContext *self,
 
 typedef struct _LttvTraceHook {
   LttvHook h;
-  guint id;
+  guint id;  /* id of the event associated with this hook */
   struct marker_field *f1;
   struct marker_field *f2;
   struct marker_field *f3;
This page took 0.023971 seconds and 4 git commands to generate.