Handle refcount of modules having dynamically alloc event description
[lttng-modules.git] / ltt-events.h
index 6cc3753101fb1606de8f1c11fe1f81c504c7553b..9baf660ded332a2570b32a34114bf322d4453e5e 100644 (file)
@@ -139,6 +139,7 @@ struct lttng_event_desc {
        const struct lttng_event_ctx *ctx;      /* context */
        const struct lttng_event_field *fields; /* event payload */
        unsigned int nr_fields;
+       struct module *owner;
 };
 
 struct lttng_probe_desc {
This page took 0.027651 seconds and 4 git commands to generate.