From: Jonathan Rajotte Date: Wed, 23 Sep 2020 20:14:40 +0000 (-0400) Subject: sessiond: notification-thread: Missing action executor status handling X-Git-Tag: v2.13.0-rc1~230 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=98dfca790cb8fcd3bac11a4f4f58c933f99d2a1a;hp=93ac2c445f462912a4060d8343755c6de130ce8e sessiond: notification-thread: Missing action executor status handling Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: I8666c0728ca140c45d47ac1ecf252bdbf0526e46 --- diff --git a/src/bin/lttng-sessiond/notification-thread-events.c b/src/bin/lttng-sessiond/notification-thread-events.c index fe3975dfe..ccd285a81 100644 --- a/src/bin/lttng-sessiond/notification-thread-events.c +++ b/src/bin/lttng-sessiond/notification-thread-events.c @@ -4470,6 +4470,7 @@ next_client: 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");