Add jul.c/.h to sessiond code
[lttng-tools.git] / src / common / defaults.h
index 0c9f134a91161369b1ffb21f9111edfc12fd0871..0682af63df6eb4904698c5aa0b9b99f8f5a61027 100644 (file)
 
 /* Default channel attributes */
 #define DEFAULT_CHANNEL_NAME            "channel0"
+/* Default JUL domain channel name. */
+#define DEFAULT_JUL_CHANNEL_NAME        "jul_channel"
+/* JUL default channel name. */
 #define DEFAULT_CHANNEL_OVERWRITE       0
 #define DEFAULT_CHANNEL_TRACEFILE_SIZE  0
 #define DEFAULT_CHANNEL_TRACEFILE_COUNT 0
This page took 0.022665 seconds and 4 git commands to generate.