comment markers field static offset
[lttv.git] / 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.027839 seconds and 4 git commands to generate.