Split ust-events-internal.h between common and liblttng-ust
[lttng-ust.git] / src / lib / lttng-ust-dl / lttng-ust-dl.c
index 82cb07f0101a6ca6c80cd0d9c1296526df95bf27..2b767e4760e95593518c0ba46a3de1e9aac7068e 100644 (file)
@@ -21,8 +21,7 @@
 #include <lttng/ust-events.h>
 #include "common/macros.h"
 #include "common/logging.h"
-
-#include "lib/lttng-ust/ust-events-internal.h"
+#include "common/events.h"
 
 /* Include link.h last else it conflicts with ust-dlfcn. */
 #include <link.h>
@@ -43,7 +42,7 @@ void _lttng_ust_dl_init(void)
 static
 void _lttng_ust_dl_init(void)
 {
-       ust_err_init();
+       lttng_ust_logging_init();
 }
 
 static
This page took 0.023448 seconds and 4 git commands to generate.