X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Flttng-sessiond.h;h=6417b3de453fbf76bfb1e2177d1bb3c48d5bceb6;hb=532db6f2ceab986c006f44af971c58da991af97c;hp=aeb03037073f67dedab460903482891ccb5489e5;hpb=f45e313daba4dc617f3036ca0ce0e6de305a4ba5;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/lttng-sessiond.h b/src/bin/lttng-sessiond/lttng-sessiond.h index aeb030370..6417b3de4 100644 --- a/src/bin/lttng-sessiond/lttng-sessiond.h +++ b/src/bin/lttng-sessiond/lttng-sessiond.h @@ -103,6 +103,14 @@ extern int ht_cleanup_pipe[2]; */ extern long page_size; +/* + * Global set once in main(). JUL TCP port for registration. + */ +extern unsigned int jul_tcp_port; + +/* Is this daemon root or not. */ +extern int is_root; + int sessiond_set_thread_pollset(struct lttng_poll_event *events, size_t size); int sessiond_check_thread_quit_pipe(int fd, uint32_t events);