Store the version of the tracer in the UID registry
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry.c
index 1990655ef638368955a52b1f705422cc606db20b..dea443d94fbb1e74fc9ecffd105cb3bf1fe7b42d 100644 (file)
@@ -860,6 +860,8 @@ int ust_registry_session_init(struct ust_registry_session **sessionp,
        session->uid = euid;
        session->gid = egid;
        session->next_enum_id = 0;
+       session->major = major;
+       session->minor = minor;
        strncpy(session->root_shm_path, root_shm_path,
                sizeof(session->root_shm_path));
        session->root_shm_path[sizeof(session->root_shm_path) - 1] = '\0';
This page took 0.022569 seconds and 4 git commands to generate.