X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Fltt%2Fltt-private.h;h=31fba84b966ce1e078eb20baec1ec9660301725b;hb=fcdf0ec203524819d926c57c9aa4d2fb6a268ca1;hp=a15c9f434342c7876cb600d5ab345735447ae08e;hpb=8445ab65087e37b1aadd1bb20f9a3b5b6625b3cf;p=lttv.git diff --git a/ltt/branches/poly/include/ltt/ltt-private.h b/ltt/branches/poly/include/ltt/ltt-private.h index a15c9f43..31fba84b 100644 --- a/ltt/branches/poly/include/ltt/ltt-private.h +++ b/ltt/branches/poly/include/ltt/ltt-private.h @@ -1,5 +1,11 @@ +#ifndef LTT_PRIVATE_H +#define LTT_PRIVATE_H + #include -#include "ltt/ltt.h" +#include +#include +#include + /* 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 */