From 5d9896fd4213209436408d7d71041f41dd61173a Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 5 Oct 2007 13:49:36 +0000 Subject: [PATCH] comment markers field static offset git-svn-id: http://ltt.polymtl.ca/svn@2607 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/ltt/markers-field.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ltt/branches/poly/ltt/markers-field.h b/ltt/branches/poly/ltt/markers-field.h index a08ce5d7..5cc87794 100644 --- a/ltt/branches/poly/ltt/markers-field.h +++ b/ltt/branches/poly/ltt/markers-field.h @@ -25,7 +25,8 @@ struct marker_field { unsigned long size; unsigned long alignment; unsigned long attributes; - int static_offset; + int static_offset; /* boolean - private - is the field offset statically + * known with the preceding types ? */ }; static inline GQuark marker_field_get_name(struct marker_field *field) -- 2.34.1