comment field id of LttvTraceHook
[lttv.git] / 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.025956 seconds and 4 git commands to generate.