Fix: client_packet_header() uses wrong packet
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 30 Nov 2013 10:47:05 +0000 (11:47 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 30 Nov 2013 10:47:05 +0000 (11:47 +0100)
commitc4d6bd104a561c94c35147ae34d5810ca9f05740
treebdc53c18abd17fbfeaed8be441a3847db4ec4a8b
parent22b22ce98477138d3e694cd66a3040d450946963
Fix: client_packet_header() uses wrong packet

It should use lib_ring_buffer_read_offset_address() to get the packet
being read, rather than lib_ring_buffer_offset_address(), which is only
meant to be used when writing to the packet.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ring-buffer-client.h
This page took 0.025083 seconds and 4 git commands to generate.