cleanup: Namespace public utils macros
[lttng-ust.git] / include / lttng / ust-ctl.h
index bb9cf3ac218035725ef1f572a54df20ef88216bb..9cf724a784f5c894ba80b54c102ab884ab908426 100644 (file)
@@ -15,6 +15,7 @@
 #include <sys/types.h>
 
 #include <lttng/ust-abi.h>
+#include <lttng/ust-utils.h>
 
 #ifndef LTTNG_UST_UUID_LEN
 #define LTTNG_UST_UUID_LEN     16
@@ -23,7 +24,7 @@
 /* Default unix socket path */
 #define LTTNG_UST_SOCK_FILENAME                                        \
        "lttng-ust-sock-"                                       \
-       __ust_stringify(LTTNG_UST_ABI_MAJOR_VERSION)
+       lttng_ust_stringify(LTTNG_UST_ABI_MAJOR_VERSION)
 
 /*
  * Shared memory files path are automatically related to shm root, e.g.
@@ -31,7 +32,7 @@
  */
 #define LTTNG_UST_WAIT_FILENAME                                        \
        "lttng-ust-wait-"                                       \
-       __ust_stringify(LTTNG_UST_ABI_MAJOR_VERSION)
+       lttng_ust_stringify(LTTNG_UST_ABI_MAJOR_VERSION)
 
 struct lttng_ust_lib_ring_buffer;
 
This page took 0.023136 seconds and 4 git commands to generate.