X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-ctl.h;h=a6e180235203e6611a7b5d3601188ac2ea17e988;hb=81b16412749579b79a4d829ff87e170d0e1ebd0d;hp=bb9cf3ac218035725ef1f572a54df20ef88216bb;hpb=3b5babf8592ca27acaf01fca24406922fc5cc89c;p=lttng-ust.git diff --git a/include/lttng/ust-ctl.h b/include/lttng/ust-ctl.h index bb9cf3ac..a6e18023 100644 --- a/include/lttng/ust-ctl.h +++ b/include/lttng/ust-ctl.h @@ -15,6 +15,7 @@ #include #include +#include #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,9 +32,7 @@ */ #define LTTNG_UST_WAIT_FILENAME \ "lttng-ust-wait-" \ - __ust_stringify(LTTNG_UST_ABI_MAJOR_VERSION) - -struct lttng_ust_lib_ring_buffer; + lttng_ust_stringify(LTTNG_UST_ABI_MAJOR_VERSION) struct ustctl_consumer_channel_attr { enum lttng_ust_abi_chan_type type;