comment markers field static offset
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 5 Oct 2007 13:49:36 +0000 (13:49 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 5 Oct 2007 13:49:36 +0000 (13:49 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2607 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/ltt/markers-field.h

index a08ce5d701c003c7785ccbed6d6262876be76654..5cc877940d484eac90daaed2be4619fae9f52f85 100644 (file)
@@ -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)
This page took 0.023553 seconds and 4 git commands to generate.