Remove useless kernel session counter
[lttng-tools.git] / ltt-sessiond / session.h
index 5845878cbb29533a484c8152d4fcc5eee0344c5f..4227f92441b736d0bc2f656ca71c93475bf7f919 100644 (file)
@@ -39,7 +39,6 @@ struct ltt_session {
        struct cds_list_head ust_traces;
        struct ltt_kernel_session *kernel_session;
        unsigned int ust_trace_count;
-       unsigned int kern_session_count;
        pid_t ust_consumer;
 };
 
This page took 0.022659 seconds and 4 git commands to generate.