Implement consumer ring buffer position sampling
[lttng-tools.git] / src / common / daemonize.h
index 345c5a5e60160bd6df4791387c535555be329184..bc64d769a9717ba0ababe16636d425b4f52d26ce 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include <unistd.h>
+#include <common/macros.h>
 
 /*
  * Daemonize this process by forking and making the parent wait for the child
@@ -31,6 +32,7 @@
  *
  * Return 0 on success else -1 on error.
  */
+LTTNG_HIDDEN
 int lttng_daemonize(pid_t *child_ppid, int *completion_flag,
                int close_fds);
 
This page took 0.023406 seconds and 4 git commands to generate.