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:16:57 +0000 (15:16 -0500)
commit000b86624a1b4a10fcef3f5b39598f57f2d9d6cd
tree1d965b9a3f2150bafa5d2aad650bef1cf70ef962
parent8c90a710949a214d87084ff67fc85f284bc93ef2
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.024772 seconds and 4 git commands to generate.