X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Flttng-sessiond.h;h=a0916c5663cdb4394f581f8c2abcaaec54fa8c45;hp=9258f38a7c1018d27ee91de0f3817f92efe90bd6;hb=12744796179ed3bfa9c3b6e22bfdeabf2e6081bf;hpb=d16dee89723b8d5826d75073314378162f0f0e3f diff --git a/src/bin/lttng-sessiond/lttng-sessiond.h b/src/bin/lttng-sessiond/lttng-sessiond.h index 9258f38a7..a0916c566 100644 --- a/src/bin/lttng-sessiond/lttng-sessiond.h +++ b/src/bin/lttng-sessiond/lttng-sessiond.h @@ -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);