Fix: event-notifier: not propagating error counter indexes
[deliverable/lttng-ust.git] / liblttng-ust-ctl / ustctl.c
index 650e7290db331d62b75d8fe5a7b567502e7f8563..e7978744be681894d9cad7b769855597c09af0f1 100644 (file)
@@ -583,6 +583,7 @@ int ustctl_create_event_notifier(int sock, struct lttng_ust_event_notifier *even
        lum.u.event_notifier.event.loglevel_type = event_notifier->event.loglevel_type;
        lum.u.event_notifier.event.loglevel = event_notifier->event.loglevel;
        lum.u.event_notifier.event.token = event_notifier->event.token;
+       lum.u.event_notifier.error_counter_index = event_notifier->error_counter_index;
        ret = ustcomm_send_app_cmd(sock, &lum, &lur);
        if (ret) {
                free(event_notifier_data);
This page took 0.023526 seconds and 5 git commands to generate.