sessiond: notification-thread: Missing action executor status handling
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 23 Sep 2020 20:14:40 +0000 (16:14 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 16 Mar 2021 20:40:01 +0000 (16:40 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I8666c0728ca140c45d47ac1ecf252bdbf0526e46

src/bin/lttng-sessiond/notification-thread-events.c

index fe3975dfe4640011fd0d227845858367dedd95ea..ccd285a8103d6a344bcb3344abbd982f079a0c13 100644 (file)
@@ -4470,6 +4470,7 @@ next_client:
                pthread_mutex_unlock(&client_list->lock);
                break;
        }
                pthread_mutex_unlock(&client_list->lock);
                break;
        }
+       case ACTION_EXECUTOR_STATUS_INVALID:
        case ACTION_EXECUTOR_STATUS_ERROR:
                /* Fatal error, shut down everything. */
                ERR("Fatal error encoutered while enqueuing action to the action executor");
        case ACTION_EXECUTOR_STATUS_ERROR:
                /* Fatal error, shut down everything. */
                ERR("Fatal error encoutered while enqueuing action to the action executor");
This page took 0.026629 seconds and 4 git commands to generate.