Load session daemon options from configuration file
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-sessiond.h
index e21f6d0126c66bf3903683e4caadb8b1078ab557..c7bcbd8344263ef16959f7160b7062e157797fb2 100644 (file)
@@ -108,6 +108,11 @@ extern long page_size;
  */
 extern unsigned int jul_tcp_port;
 
+/*
+ * Section name to look for in the daemon configuration file.
+ */
+extern const char * const config_section_name;
+
 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.026047 seconds and 5 git commands to generate.