From: pmf Date: Mon, 8 Oct 2007 18:16:49 +0000 (+0000) Subject: comment field id of LttvTraceHook X-Git-Tag: v0.12.20~877 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=0b775bfcca81c756753998f9f38e569d4e56736e;p=lttv.git comment field id of LttvTraceHook git-svn-id: http://ltt.polymtl.ca/svn@2612 04897980-b3bd-0310-b5e0-8ef037075253 --- 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;