add parse message
[lttng-ust.git] / libust / tracepoint.c
index 3bc5795afc17ce2f811e69015ac338b62ecd5519..6eb40ea29d46879a303c1dfe1d0107501cf06db1 100644 (file)
@@ -28,7 +28,7 @@
 #include <urcu-bp.h>
 #include <urcu/hlist.h>
 
-#include "usterr_signal_safe.h"
+#include <ust/usterr-signal-safe.h>
 
 extern struct tracepoint * const __start___tracepoints_ptrs[]
        __attribute__((visibility("hidden")));
@@ -690,6 +690,7 @@ int tracepoint_unregister_lib(struct tracepoint * const *tracepoints_start)
 
 void __attribute__((constructor)) init_tracepoint(void)
 {
+       init_usterr();
        if (!initialized) {
                tracepoint_register_lib(__start___tracepoints_ptrs,
                        __stop___tracepoints_ptrs
This page took 0.024006 seconds and 4 git commands to generate.