Update and fix UST register and session creation
[lttng-tools.git] / tests / test_sessions.c
index 422c4160387575fff6e6929cf15685ceb9f8f393..f99d2a462d6f69999c1bce5a2f0ebd14f7b94eb3 100644 (file)
@@ -269,7 +269,7 @@ int main(int argc, char **argv)
        }
        /* Basic init session values */
        assert(tmp->kernel_session == NULL);
-       assert(tmp->ust_trace_count == 0);
+       assert(tmp->ust_session_list.count == 0);
        assert(strlen(tmp->path));
        assert(strlen(tmp->name));
        lock_session(tmp);
This page took 0.022719 seconds and 4 git commands to generate.