commit trace v2 before build test
[lttv.git] / trunk / lttv / ltt / ltt.h
index 26bc04f52c657e4e4278c71ff68952d5286e41a4..fd2155df5b4ca3875a92b6adaae8272183abd91b 100644 (file)
@@ -68,9 +68,7 @@
    contained information (byte offsets) may vary with the architecture
    associated to the trace. */
    
-#define NUM_FACILITIES 256
-#define FACILITIES_BITS 8
-#define AVG_EVENTS_PER_FACILITIES 10
+#define PREALLOC_EVENTS        512
 
 typedef struct LttTrace LttTrace;
 
@@ -163,6 +161,4 @@ typedef enum _LttTypeEnum
 /* Standard definitions for variants */
 #define LTT_ARCH_VARIANT_NONE       0  /* Main architecture implementation */
 
-
-
 #endif // LTT_H
This page took 0.022497 seconds and 4 git commands to generate.