Implement event notifier error counter
[deliverable/lttng-ust.git] / include / lttng / ust-events.h
index 721b0aed7ec57024a14b047ca291f89732b8e480..19726f88b75636f8826c87efe4710dff755fb4bc 100644 (file)
@@ -511,6 +511,7 @@ struct lttng_event {
 
 struct lttng_event_notifier {
        uint64_t user_token;
+       uint64_t error_counter_index;
        int enabled;
        int registered;                 /* has reg'd tracepoint probe */
        size_t num_captures;            /* Needed to allocate the msgpack array. */
This page took 0.023318 seconds and 5 git commands to generate.