Fix channel transport name
[lttng-ust.git] / libust / ltt-ring-buffer-client.h
index f15711c1320e00d7c7b3dc9f88100dd195f15510..3d3bfb5ec5e25818b1bb94a461efa37aabb570cf 100644 (file)
@@ -489,7 +489,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.023277 seconds and 4 git commands to generate.