Fix: add provider ABI compatibility check
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 8 May 2013 18:52:42 +0000 (14:52 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 8 May 2013 18:52:42 +0000 (14:52 -0400)
commit71d3169070a4c9e0df87a9d825dd7520022385a7
tree5107e310923e1ef8e859ebe76aac97a3dcf2c24b
parentaf21f7816739b0f9db8b4006ef4378ddc2de0157
Fix: add provider ABI compatibility check

There is not much we can do for this compatibility bug in lttng-ust 2.0
and 2.1 (already stable). Adding this check so that starting with
lttng-ust 2.2, when liblttng-ust encounters a probe provider with a
provider version major number higher than it supports, it will reject
it.

Fixes #502

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-events.h
include/lttng/ust-tracepoint-event.h
liblttng-ust/lttng-probes.c
This page took 0.02479 seconds and 4 git commands to generate.