Remove direct dependency of probes on urcu-bp
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Feb 2013 20:16:57 +0000 (15:16 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Feb 2013 20:34:02 +0000 (15:34 -0500)
commitfd9619bcf98bae43e3418b6c61d2727d49d7d54b
treedd8fd05b7d916aab0794dca7770fe93cb5322e29
parentd480871e9440e494efa3690e7c05a76630374286
Remove direct dependency of probes on urcu-bp

The filter feature added a direct dependency of probes providers against
urcu-bp .so, while linking them against liblttng-ust should suffice. Fix
this by using the tracepoint.h wrapper for rcu_dereference().

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