Move the ringbuffer and counter clients to 'src/common/'
[lttng-ust.git] / src / lib / lttng-ust / context-internal.h
index 87e3bbf50228bddd9e20c132fdd8853aaf519e36..bacb90b4b37724c51f2d7c8cd15209d33f72ec5f 100644 (file)
@@ -8,7 +8,7 @@
 #define _LTTNG_UST_CONTEXT_INTERNAL_H
 
 #include <lttng/ust-events.h>
-#include "ust-events-internal.h"
+#include "lib/lttng-ust/events.h"
 #include "common/ust-context-provider.h"
 
 int lttng_context_init_all(struct lttng_ust_ctx **ctx)
@@ -36,9 +36,6 @@ int lttng_ust_context_append(struct lttng_ust_ctx **ctx_p,
                const struct lttng_ust_ctx_field *f)
        __attribute__((visibility("hidden")));
 
-int lttng_context_is_app(const char *name)
-       __attribute__((visibility("hidden")));
-
 void lttng_context_vtid_reset(void)
        __attribute__((visibility("hidden")));
 
This page took 0.023331 seconds and 4 git commands to generate.