Add lttng_waiter utils
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-events.c
index e20c476f830342612721dfb0f5d93c9474b80e08..8e70baed5196f45ef6c94830e8dc23efb1204ba7 100644 (file)
@@ -40,6 +40,7 @@
 #include <unistd.h>
 #include <assert.h>
 #include <inttypes.h>
+#include <fcntl.h>
 
 #define CLIENT_POLL_MASK_IN (LPOLLIN | LPOLLERR | LPOLLHUP | LPOLLRDHUP)
 #define CLIENT_POLL_MASK_IN_OUT (CLIENT_POLL_MASK_IN | LPOLLOUT)
@@ -957,6 +958,7 @@ error:
        return ret;
 }
 
+static
 int handle_notification_thread_command_unregister_trigger(
                struct notification_thread_state *state,
                struct lttng_trigger *trigger,
This page took 0.024342 seconds and 4 git commands to generate.