compile fixes
[lttv.git] / ltt / branches / poly / include / ltt / ltt-private.h
index a15c9f434342c7876cb600d5ab345735447ae08e..31fba84b966ce1e078eb20baec1ec9660301725b 100644 (file)
@@ -1,5 +1,11 @@
+#ifndef LTT_PRIVATE_H
+#define LTT_PRIVATE_H
+
 #include <glib.h>
-#include "ltt/ltt.h"
+#include <ltt/ltt.h>
+#include <ltt/LTTTypes.h>
+#include <ltt/type.h>
+
 
 /* structure definition */
 
@@ -103,9 +109,10 @@ struct _ltt_facility{
   ltt_checksum checksum;     //checksum of the facility 
   ltt_eventtype ** events;   //array of event types 
   unsigned usage_count;      //usage count
-  table all_named_types;     //an array of named ltt_type
-  sequence all_unnamed_types;//an array of unnamed ltt_type
-  sequence all_fields;       //an array of fields
+  //FIXME Specify those types
+  //table all_named_types;     //an array of named ltt_type
+  //sequence all_unnamed_types;//an array of unnamed ltt_type
+  //sequence all_fields;       //an array of fields
 };
 
 struct _ltt_tracefile{
@@ -174,3 +181,5 @@ typedef struct _ptr_wrap{
   gpointer ptr;
 } ptr_wrap;
 
+
+#endif /* LTT_PRIVATE_H */
This page took 0.024694 seconds and 4 git commands to generate.