Fix: add missing JUL loglevel handling
[lttng-tools.git] / src / bin / lttng-sessiond / jul.h
index 92da2012e13f02d9d809e9593ff846730327ce88..1bcd5ef795edb190af64aa635ce7c0b12177cdc9 100644 (file)
@@ -67,6 +67,8 @@ struct jul_event {
         * the JUL API.
         */
        char name[LTTNG_SYMBOL_NAME_LEN];
+       enum lttng_loglevel_jul loglevel;
+       enum lttng_loglevel_type loglevel_type;
 
        /*
         * Tells if the event is enabled or not on the JUL Agent.
This page took 0.023101 seconds and 4 git commands to generate.