Don't send the subbuffer padding for streaming
authorDavid Goulet <dgoulet@efficios.com>
Thu, 13 Sep 2012 18:19:19 +0000 (14:19 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 13 Sep 2012 21:36:00 +0000 (17:36 -0400)
For network streaming, with the mmap() mechanism only for now, the
consumer does NOT send the padding over the network. Instead, the size
of the padding is specified in the data header or metadata payload.

The lttng-relayd now is the one appending the zeros to the trace files.

Again, this feature is NOT available yet for splice output.

Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>

No differences found
This page took 0.025411 seconds and 4 git commands to generate.