X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Ftrace.h;h=f6f20ab667f51e763ecb0784cd1c232cf28ecc3e;hb=cc544c4d0506c9149185cedccc7a857034b5ac29;hp=05a8133caacf56f7ab4c5ee779043ff60ee40b49;hpb=91f8d488607f78334aee6fda44668b0b4377c2a5;p=lttv.git diff --git a/ltt/branches/poly/ltt/trace.h b/ltt/branches/poly/ltt/trace.h index 05a8133c..f6f20ab6 100644 --- a/ltt/branches/poly/ltt/trace.h +++ b/ltt/branches/poly/ltt/trace.h @@ -42,12 +42,12 @@ struct LttTrace { uint64_t start_monotonic; LttTime start_time; LttTime start_time_from_tsc; - uint8_t compact_event_bits; GData *tracefiles; //tracefiles groups /* Support for markers */ GArray *markers; //indexed by marker ID GHashTable *markers_hash; //indexed by name hash + GHashTable *markers_format_hash; //indexed by name hash };