fix rotate pending notif with session id
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / rotate.c
index 9ce6f7e07229543c0fabc3b9126452571d4feb61..c8b6bc64806b7c58ccf6fda7bea41ff08702f145 100644 (file)
@@ -64,7 +64,7 @@ int rotate_add_channel_pending(uint64_t key, enum lttng_domain_type domain,
 
        new_info->channel_key.key = key;
        new_info->channel_key.domain = domain;
-       new_info->session = session;
+       new_info->session_id = session->id;
        cds_lfht_node_init(&new_info->rotate_channels_ht_node);
 
        session->nr_chan_rotate_pending++;
This page took 0.026018 seconds and 5 git commands to generate.