X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Fltt%2Fltt.h;h=2208b925005fe7bee497439f1dc2fdf0bec27024;hb=38d7caa69df250994918bad25a28cae1c9b18a6d;hp=a06177e6c2ae67addd843de548a6724f92d98203;hpb=66f52ff0ba9c55af63cb0b30d94a57fb1030a292;p=lttv.git diff --git a/ltt/branches/poly/include/ltt/ltt.h b/ltt/branches/poly/include/ltt/ltt.h index a06177e6..2208b925 100644 --- a/ltt/branches/poly/include/ltt/ltt.h +++ b/ltt/branches/poly/include/ltt/ltt.h @@ -1,5 +1,6 @@ +#ifndef LTT_H +#define LTT_H -#include /* A trace is associated with a tracing session run on a single, possibly multi-cpu, system. It is defined as a pathname to a directory containing @@ -85,6 +86,17 @@ typedef struct timespec ltt_time; typedef uint64_t ltt_cycle_count; +typedef enum _ltt_arch_size +{ LTT_LP32, LTT_ILP32, LTT_LP64, LTT_ILP64, LTT_UNKNOWN +} ltt_arch_size; + +typedef enum _ltt_arch_endian +{ LTT_LITTLE_ENDIAN, LTT_BIG_ENDIAN +} ltt_arch_endian; +#include + + +#endif // LTT_H