From: David Goulet Date: Thu, 13 Sep 2012 18:19:19 +0000 (-0400) Subject: Don't send the subbuffer padding for streaming X-Git-Tag: v2.1.0-rc4~28 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=1d4dfdefb6efe31cd6436931f893caf7b05d0223;hp=1d4dfdefb6efe31cd6436931f893caf7b05d0223 Don't send the subbuffer padding for streaming 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 Signed-off-by: David Goulet ---