Fix: check channel subbuf size against page size
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-sessiond.h
index 9258f38a7c1018d27ee91de0f3817f92efe90bd6..a0916c5663cdb4394f581f8c2abcaaec54fa8c45 100644 (file)
@@ -71,6 +71,11 @@ struct ust_cmd_queue {
  */
 extern int apps_cmd_notify_pipe[2];
 
+/*
+ * Populated when the daemon starts with the current page size of the system.
+ */
+extern long page_size;
+
 int sessiond_set_thread_pollset(struct lttng_poll_event *events, size_t size);
 int sessiond_check_thread_quit_pipe(int fd, uint32_t events);
 
This page took 0.024048 seconds and 5 git commands to generate.