Fix channel transport name
[lttng-ust.git] / libust / ltt-ring-buffer-metadata-client.h
index c783b24280191785114515d3ea09fa5fa6b68bea..8efa9e3716379c21956371b9ffd8b69d7c0653b9 100644 (file)
@@ -257,7 +257,7 @@ int ltt_is_disabled(struct channel *chan)
 }
 
 static struct ltt_transport ltt_relay_transport = {
-       .name = "relay-" RING_BUFFER_MODE_TEMPLATE_STRING,
+       .name = "relay-" RING_BUFFER_MODE_TEMPLATE_STRING "-mmap",
        .ops = {
                .channel_create = _channel_create,
                .channel_destroy = ltt_channel_destroy,
This page took 0.024013 seconds and 4 git commands to generate.