X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fevents.h;h=37319ac92cc3288af78bc782a8b4566f793dd038;hb=7fad9b39ca9e872aadd7df5bcb21db02fe46f70e;hp=4c94116eec236470bebbfe4de3815a228dae1b3d;hpb=31c02fb796462c07482101ab2845827f98df30d0;p=lttng-modules.git diff --git a/include/lttng/events.h b/include/lttng/events.h index 4c94116e..37319ac9 100644 --- a/include/lttng/events.h +++ b/include/lttng/events.h @@ -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 {