Cleanup: apply `include-what-you-use` guideline for `uint*_t`
[lttng-ust.git] / liblttng-ust / lttng-tracer-core.h
index 52315a8de001227fecd02ae50749581b9a16edf9..1a0f03a181657c18ccebbdf8ed81070c57dbedd6 100644 (file)
@@ -21,7 +21,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#include <stdint.h>
 #include <stddef.h>
 #include <urcu/arch.h>
 #include <urcu/list.h>
@@ -29,6 +28,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 +61,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.023616 seconds and 4 git commands to generate.