Introduce limits wrapper
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 25 Nov 2020 20:50:16 +0000 (15:50 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 25 Nov 2020 20:50:16 +0000 (15:50 -0500)
commit236233f79b01cd3d9f7717650a46bda8c0d7ab85
tree1e975e6e099d1072f3a09f40c7d656c738820135
parent3b82c4e1b18900cc7ad4045b9173cabfaa498852
Introduce limits wrapper

Older kernels (v3.13.11 and older on the CI) miss the U32_MAX
macro. Implement them in a wrapper.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/counter/counter-api.h
include/wrapper/limits.h [new file with mode: 0644]
src/lttng-ring-buffer-event-notifier-client.h
This page took 0.025703 seconds and 4 git commands to generate.