Refactor JUL to agent namespace
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-sessiond.h
index f3fb750a93e517899f9ee451c9f2f3d8c1421643..d0150123c8bcae1fbdc5c1ccd947db75fc7607d8 100644 (file)
@@ -107,9 +107,9 @@ extern int ht_cleanup_pipe[2];
 extern long page_size;
 
 /*
- * Global set once in main(). JUL TCP port for registration.
+ * Global set once in main(). Agent TCP port for registration.
  */
-extern unsigned int jul_tcp_port;
+extern unsigned int agent_tcp_port;
 
 /*
  * Section name to look for in the daemon configuration file.
This page took 0.024652 seconds and 5 git commands to generate.