add usertrace-fast
[lttv.git] / usertrace-fast / ltt-usertrace-fast.c
index f910e06941cffd3cec3cd2d50bfb9b61e36405fe..42dde3e50695f53fd73448a4bfcd1856fe1b9777 100644 (file)
@@ -18,7 +18,7 @@
 #include <malloc.h>
 #include <string.h>
 
-#include "ltt_usertrace.h"
+#include "ltt-usertrace-fast.h"
 
 /* TLS for the trace buffer
  * http://www.dis.com/gnu/gcc/C--98-Thread-Local-Edits.html
@@ -71,7 +71,7 @@ void __attribute__((constructor)) __ltt_usertrace_fast_init(void)
 
   printf("LTTng usertrace-fast init\n");
 
-
+       ltt_thread_init();
 
 }
 
This page took 0.025289 seconds and 4 git commands to generate.