Comment the union field (only used in call_rcu scheme)
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 22 Dec 2011 15:16:31 +0000 (10:16 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 22 Dec 2011 15:16:31 +0000 (10:16 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/tracepoint.c

index a71e3e6e3967ea59bee850fe717fadad08b1669a..f74a43b0ea67076a71c1f03b7b11976a4e3c5849 100644 (file)
@@ -87,6 +87,8 @@ struct tracepoint_entry {
 struct tp_probes {
        union {
                struct cds_list_head list;
+               /* Field below only used for call_rcu scheme */
+               /* struct rcu_head head; */
        } u;
        struct tracepoint_probe probes[0];
 };
This page took 0.02513 seconds and 4 git commands to generate.