library mass rename: add lttng- prefix
[lttng-ust.git] / include / usterr.h
index 5f839cb66206c8e5366f7d0996eaab5a6ceb17e3..fd5c80ae56475b40f46a067dc5be93010da5ad00 100644 (file)
@@ -27,9 +27,8 @@
 #include <stdarg.h>
 #include <stdio.h>
 
-#include <ust/core.h>
-
-#include "share.h"
+#include <lttng/core.h>
+#include "lttng/share.h"
 
 enum ust_loglevel {
        UST_LOGLEVEL_UNKNOWN = 0,
@@ -64,7 +63,7 @@ static inline int ust_debug(void)
                        __func__);                              \
        } while(0)
 
-#ifdef UST_DEBUG
+#ifdef LTTNG_UST_DEBUG
 # define DBG(fmt, args...)             ERRMSG(fmt, ## args)
 # define DBG_raw(fmt, args...)                                 \
        do {                                                    \
This page took 0.023985 seconds and 4 git commands to generate.