Fix: endianness of integers received by filter
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Apr 2016 22:41:04 +0000 (18:41 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Apr 2016 22:43:00 +0000 (18:43 -0400)
commit814f7d25977ce74b7d12a3ccfbc49298a87a94c2
tree9e360960172ee5168a17ec3e2c8f00518d6f667d
parent5711a4530afc4509133b769c25dfaed8af3aaae4
Fix: endianness of integers received by filter

We need to byteswap integers passed to the filter when they are tagged
as being in an endianness which differs from the architecture
endianness, so the integer comparisons make sense in terms of value
rather than raw bytes for those fields.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
probes/lttng-tracepoint-event-impl.h
This page took 0.025067 seconds and 4 git commands to generate.