X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Ftrace.h;h=f6f20ab667f51e763ecb0784cd1c232cf28ecc3e;hb=cc544c4d0506c9149185cedccc7a857034b5ac29;hp=6e1cea173fafc07263a28a40008d9e0f51050485;hpb=d3353231a6d3cd3fa74d2beca45f81d3aaa5a635;p=lttv.git diff --git a/ltt/branches/poly/ltt/trace.h b/ltt/branches/poly/ltt/trace.h index 6e1cea17..f6f20ab6 100644 --- a/ltt/branches/poly/ltt/trace.h +++ b/ltt/branches/poly/ltt/trace.h @@ -47,6 +47,7 @@ struct LttTrace { /* Support for markers */ GArray *markers; //indexed by marker ID GHashTable *markers_hash; //indexed by name hash + GHashTable *markers_format_hash; //indexed by name hash };