Fix channel transport name
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Aug 2011 18:19:54 +0000 (14:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Aug 2011 18:19:54 +0000 (14:19 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
libust/ltt-ring-buffer-client.h
libust/ltt-ring-buffer-metadata-client.h
libust/lttng-ust-abi.c

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,
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,
index 5f4ba8916da496c0f0b0f5867a996e13fa9b39e1..8afac10d8b2760000a40be6b5b145445c801c75e 100644 (file)
@@ -215,6 +215,7 @@ int lttng_abi_create_root_handle(void)
        return root_handle;
 }
 
+static
 int lttng_abi_create_session(void)
 {
        struct ltt_session *session;
This page took 0.026676 seconds and 4 git commands to generate.