X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fltt.h;h=3af7cd3261e009b287739269473a8469f4fdd81a;hb=1d1df11d0582bef07ef2b33e8e82a75b08f32be4;hp=c83ed6528d7ba6a789dd93395acef8c92edefef4;hpb=04b44e05c17a54fcb7e2cccf5c10a4edf8c7fd5c;p=lttv.git diff --git a/ltt/branches/poly/ltt/ltt.h b/ltt/branches/poly/ltt/ltt.h index c83ed652..3af7cd32 100644 --- a/ltt/branches/poly/ltt/ltt.h +++ b/ltt/branches/poly/ltt/ltt.h @@ -19,8 +19,9 @@ #ifndef LTT_H #define LTT_H -#include #include +#include +#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 @@ -82,6 +83,7 @@ typedef struct _LttEvent LttEvent; typedef struct _LttSystemDescription LttSystemDescription; + /* Checksums are used to differentiate facilities which have the same name but differ. */ @@ -129,5 +131,5 @@ typedef enum _LttTypeEnum LTT_SEQUENCE, LTT_STRUCT, LTT_UNION } LttTypeEnum; - + #endif // LTT_H