X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=liblttng-ust%2Flttng-tracer-core.h;h=bd837237590201f89b2fcd3eaa6363964037e1c1;hb=18ef3e51fcd38bc6ca0f67fa23559186eba8fb33;hp=52315a8de001227fecd02ae50749581b9a16edf9;hpb=735bef4705cc42f25d26f25be09ba98f1efb8511;p=lttng-ust.git diff --git a/liblttng-ust/lttng-tracer-core.h b/liblttng-ust/lttng-tracer-core.h index 52315a8d..bd837237 100644 --- a/liblttng-ust/lttng-tracer-core.h +++ b/liblttng-ust/lttng-tracer-core.h @@ -29,6 +29,7 @@ #include #include #include +#include /* * The longuest possible namespace proc path is with the cgroup ns @@ -61,6 +62,9 @@ const char *lttng_ust_obj_get_name(int id); int lttng_get_notify_socket(void *owner); +LTTNG_HIDDEN +char* lttng_ust_sockinfo_get_procname(void *owner); + void lttng_ust_sockinfo_session_enabled(void *owner); void lttng_ust_malloc_wrapper_init(void);