Comment the union field (only used in call_rcu scheme)
[lttng-ust.git] / 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.023262 seconds and 4 git commands to generate.