X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Finclude%2Fltt%2Fltt-private.h;h=7dea83d98f6d21ff8d2a6cb186f9ccb5d1f8716c;hb=36921b4e76e1c09a21049190dde5ff1b33874d3e;hp=1e9886320ccb4ae29f0ece7c9f7f44d6efbba81d;hpb=1417d99025759138157bdaea4f32b7cd8f1f92e4;p=lttv.git diff --git a/ltt/branches/poly/include/ltt/ltt-private.h b/ltt/branches/poly/include/ltt/ltt-private.h index 1e988632..7dea83d9 100644 --- a/ltt/branches/poly/include/ltt/ltt-private.h +++ b/ltt/branches/poly/include/ltt/ltt-private.h @@ -107,11 +107,8 @@ struct _LttFacility{ LttChecksum checksum; //checksum of the facility uint32_t base_id; //base id of the facility LttEventType ** events; //array of event types - - //FIXME Specify those types - table all_named_types; //an array of named LttType - sequence all_unnamed_types;//an array of unnamed LttType - sequence all_fields; //an array of fields + LttType ** named_types; + int named_types_number; }; struct _LttTracefile{