Fix: client_packet_header() uses wrong packet
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 30 Nov 2013 10:46:10 +0000 (11:46 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 30 Nov 2013 10:46:10 +0000 (11:46 +0100)
commit537001624550a6e6c77d0e535b42d52a5e7c6719
tree2ab373eed6f427635f187e19e9f32da0657bd928
parent759d02c167aa4eaee66b12b6c058c81d0906041f
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>
lttng-ring-buffer-client.h
This page took 0.025516 seconds and 4 git commands to generate.