format string support
[lttv.git] / trunk / lttv / ltt / marker-field.h
index 8eadea9e3736962c724e56e2ef4b475f3e7ccf70..252bd8925fc7b4ee0b001474787d1f02488a0ad9 100644 (file)
@@ -28,6 +28,7 @@ struct marker_field {
   unsigned long attributes;
   int static_offset;   /* boolean - private - is the field offset statically
                         * known with the preceding types ? */
+  GString *fmt;
 };
 
 static inline GQuark marker_field_get_name(struct marker_field *field)
This page took 0.022577 seconds and 4 git commands to generate.