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 23:55:01 +0000 (19:55 -0400)
commitc41d8071a57f5443a76dc5c9334048f49f43b82b
tree00120853ca97a6a00935c77a28f793c83b9de438
parent5362a1f26060e0d64464bb35cdd285c914ae6171
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-events.h
This page took 0.024899 seconds and 4 git commands to generate.