Add procname to lttng_ust_statedump information
[lttng-ust.git] / liblttng-ust / lttng-tracer-core.h
index 52315a8de001227fecd02ae50749581b9a16edf9..bd837237590201f89b2fcd3eaa6363964037e1c1 100644 (file)
@@ -29,6 +29,7 @@
 #include <lttng/bug.h>
 #include <lttng/ringbuffer-config.h>
 #include <usterr-signal-safe.h>
+#include <helper.h>
 
 /*
  * 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);
This page took 0.022438 seconds and 4 git commands to generate.