convert from svn repository: remove tags directory
[lttv.git] / trunk / lttv / ltt / ltt.h
index 26bc04f52c657e4e4278c71ff68952d5286e41a4..620a34977cfb5b839ff2c9a6491614950d44d32b 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        28
 
 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.024839 seconds and 4 git commands to generate.