From 0b775bfcca81c756753998f9f38e569d4e56736e Mon Sep 17 00:00:00 2001 From: pmf Date: Mon, 8 Oct 2007 18:16:49 +0000 Subject: [PATCH] comment field id of LttvTraceHook git-svn-id: http://ltt.polymtl.ca/svn@2612 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/lttv/tracecontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/lttv/lttv/tracecontext.h b/ltt/branches/poly/lttv/lttv/tracecontext.h index 4413a523..a5630f8d 100644 --- a/ltt/branches/poly/lttv/lttv/tracecontext.h +++ b/ltt/branches/poly/lttv/lttv/tracecontext.h @@ -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; -- 2.34.1