X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=trunk%2Flttv%2Fltt%2Fmarker-field.h;h=252bd8925fc7b4ee0b001474787d1f02488a0ad9;hb=4d6834281bad653e0fbd08830a7010383f2f66e8;hp=8eadea9e3736962c724e56e2ef4b475f3e7ccf70;hpb=f6c7740c0c29c16748b5e8e7af0b345fc4f1a8b1;p=lttv.git diff --git a/trunk/lttv/ltt/marker-field.h b/trunk/lttv/ltt/marker-field.h index 8eadea9e..252bd892 100644 --- a/trunk/lttv/ltt/marker-field.h +++ b/trunk/lttv/ltt/marker-field.h @@ -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)