X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotification-thread-events.c;h=ccd285a8103d6a344bcb3344abbd982f079a0c13;hp=257fe1c739085b5973c8e01227f56060eea7d4d5;hb=98dfca790cb8fcd3bac11a4f4f58c933f99d2a1a;hpb=7c920b632d63ffd82074430d77862176e0fc477c diff --git a/src/bin/lttng-sessiond/notification-thread-events.c b/src/bin/lttng-sessiond/notification-thread-events.c index 257fe1c73..ccd285a81 100644 --- a/src/bin/lttng-sessiond/notification-thread-events.c +++ b/src/bin/lttng-sessiond/notification-thread-events.c @@ -21,6 +21,8 @@ #include #include #include +#include +#include #include #include #include @@ -4468,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");