SoW-2020-0002: Trace Hit Counters
[lttng-tools.git] / src / bin / lttng-sessiond / dispatch.c
index d33a3cba8fac0d231aabd527400b83adc7645d6f..5748223d7f76f04919204ef7e9f8666139c8ff54 100644 (file)
@@ -63,10 +63,13 @@ static void update_ust_app(int app_sock)
 
        /* For all tracing session(s) */
        cds_list_for_each_entry_safe(sess, stmp, &session_list->head, list) {
+
                if (!session_get(sess)) {
                        continue;
                }
                session_lock(sess);
+
+
                if (!sess->active || !sess->ust_session) {
                        goto unlock_session;
                }
This page took 0.026383 seconds and 5 git commands to generate.