Implement event notifier error counter
[deliverable/lttng-ust.git] / liblttng-ust / ust-events-internal.h
index 966fce6e7e120088c14327880584c9b8b30492e5..be5c549c8dccdc7c0f5b3f30eaa158413c64ef0d 100644 (file)
@@ -46,6 +46,7 @@ struct lttng_event_enabler {
 
 struct lttng_event_notifier_enabler {
        struct lttng_enabler base;
+       uint64_t error_counter_index;
        struct cds_list_head node;      /* per-app list of event_notifier enablers */
        struct cds_list_head capture_bytecode_head;
        struct lttng_event_notifier_group *group; /* weak ref */
This page took 0.028894 seconds and 5 git commands to generate.