sessiond: refcount `ust_error_accounting_entry`
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index 97cb6623250c9384dfdabbd227772870261687fe..f44a30d1b13774c73c66d77c3e59d9a51bb7ba72 100644 (file)
@@ -4069,7 +4069,8 @@ int ust_app_setup_event_notifier_group(struct ust_app *app)
        /* Assign handle only when the complete setup is valid. */
        app->event_notifier_group.object = event_notifier_group;
 
-       event_notifier_error_accounting_status = event_notifier_error_accounting_register_app(app);
+       event_notifier_error_accounting_status =
+                       event_notifier_error_accounting_register_app(app);
        if (event_notifier_error_accounting_status != EVENT_NOTIFIER_ERROR_ACCOUNTING_STATUS_OK) {
                if (event_notifier_error_accounting_status == EVENT_NOTIFIER_ERROR_ACCOUNTING_STATUS_APP_DEAD) {
                        DBG3("Failed to setup event notifier error accounting (application is dead): app socket fd = %d",
This page took 0.025217 seconds and 5 git commands to generate.