git-svn-id: http://ltt.polymtl.ca/svn@146 04897980-b3bd-0310-b5e0-8ef037075253
authoryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 28 Jul 2003 12:58:35 +0000 (12:58 +0000)
committeryangxx <yangxx@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 28 Jul 2003 12:58:35 +0000 (12:58 +0000)
ltt/branches/poly/include/ltt/ltt-private.h

index 1e9886320ccb4ae29f0ece7c9f7f44d6efbba81d..7dea83d98f6d21ff8d2a6cb186f9ccb5d1f8716c 100644 (file)
@@ -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{
This page took 0.023529 seconds and 4 git commands to generate.