From: compudj Date: Fri, 5 Oct 2007 13:49:36 +0000 (+0000) Subject: comment markers field static offset X-Git-Tag: v0.12.20~882 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=5d9896fd4213209436408d7d71041f41dd61173a;p=lttv.git comment markers field static offset git-svn-id: http://ltt.polymtl.ca/svn@2607 04897980-b3bd-0310-b5e0-8ef037075253 --- 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)