From 36921b4e76e1c09a21049190dde5ff1b33874d3e Mon Sep 17 00:00:00 2001 From: yangxx Date: Mon, 28 Jul 2003 12:58:35 +0000 Subject: [PATCH] git-svn-id: http://ltt.polymtl.ca/svn@146 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/include/ltt/ltt-private.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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{ -- 2.34.1