Refactoring: hide internal fields of ring buffer context
[lttng-ust.git] / liblttng-ust / ust-events-internal.h
index af72aa665fd847a3d7d2d53d6cd33c43b6adf61f..055e4f6eab259b633b615015a449a888f3538d52 100644 (file)
@@ -284,6 +284,7 @@ struct lttng_ust_event_recorder_private {
        struct cds_list_head node;              /* Event recorder list */
        struct cds_hlist_node hlist;            /* Hash table of event recorders */
        struct lttng_ust_ctx *ctx;
+       unsigned int id;
 };
 
 struct lttng_ust_event_notifier_private {
This page took 0.022703 seconds and 4 git commands to generate.