Add kernel snapshot support
[lttng-tools.git] / src / bin / lttng-sessiond / consumer.c
index d3f6c071c9e5ecd84e01bb6067187e334bcb557d..1b7a397335cb0abbe2dbcf07ecf7db578aac85f2 100644 (file)
@@ -1229,6 +1229,7 @@ int consumer_snapshot_channel(struct consumer_socket *socket, uint64_t key,
                        ret = -LTTNG_ERR_NOMEM;
                        goto error;
                }
                        ret = -LTTNG_ERR_NOMEM;
                        goto error;
                }
+               msg.u.snapshot_channel.relayd_id = (uint64_t) -1ULL;
 
                /* Create directory. Ignore if exist. */
                ret = run_as_mkdir_recursive(msg.u.snapshot_channel.pathname,
 
                /* Create directory. Ignore if exist. */
                ret = run_as_mkdir_recursive(msg.u.snapshot_channel.pathname,
This page took 0.022678 seconds and 4 git commands to generate.