Implement event notifier probes
[lttng-modules.git] / include / lttng / events.h
index 4c94116eec236470bebbfe4de3815a228dae1b3d..37319ac92cc3288af78bc782a8b4566f793dd038 100644 (file)
@@ -170,6 +170,7 @@ struct lttng_perf_counter_field {
 
 struct lttng_probe_ctx {
        struct lttng_event *event;
+       struct lttng_event_notifier *event_notifier; // Not sure if we will ever need it.
        uint8_t interruptible;
 };
 
@@ -212,6 +213,7 @@ struct lttng_event_desc {
        const struct lttng_event_field *fields; /* event payload */
        unsigned int nr_fields;
        struct module *owner;
+       void *event_notifier_callback;
 };
 
 struct lttng_probe_desc {
This page took 0.041231 seconds and 4 git commands to generate.