Fix: don't create index on snapshot
[lttng-tools.git] / src / bin / lttng-sessiond / snapshot.c
index d22b5d52c98b730d122d91605c0f6851ef578c61..6b1aa8db1085c5edf2c01e404e3ce9387561c17d 100644 (file)
@@ -80,6 +80,7 @@ static int output_init(uint64_t max_size, const char *name,
                ret = -ENOMEM;
                goto error;
        }
+       output->consumer->snapshot = 1;
 
        /* No URL given. */
        if (nb_uri == 0) {
This page took 0.023816 seconds and 5 git commands to generate.