X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fevent-notifier-error-accounting.cpp;h=10d69493bbc5a9ecfd42a87b87252d3b7faf3d22;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hp=2d2a2aa7590318ed1fe29967ae8ad933b6ed92b0;hpb=1c9a0b0e83c7e073c4e576c0bed95de335b0e502;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/event-notifier-error-accounting.cpp b/src/bin/lttng-sessiond/event-notifier-error-accounting.cpp index 2d2a2aa75..10d69493b 100644 --- a/src/bin/lttng-sessiond/event-notifier-error-accounting.cpp +++ b/src/bin/lttng-sessiond/event-notifier-error-accounting.cpp @@ -12,16 +12,16 @@ #include #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include -#include "event-notifier-error-accounting.h" -#include "lttng-ust-error.h" -#include "ust-app.h" +#include "event-notifier-error-accounting.hpp" +#include "lttng-ust-error.hpp" +#include "ust-app.hpp" #define ERROR_COUNTER_INDEX_HT_INITIAL_SIZE 16 @@ -1121,8 +1121,8 @@ event_notifier_error_accounting_register_event_notifier( trigger_name, trigger_owner_uid); goto end; } - /* fall-through. */ } + /* fall-through. */ case EVENT_NOTIFIER_ERROR_ACCOUNTING_STATUS_OK: *error_counter_index = local_error_counter_index; status = EVENT_NOTIFIER_ERROR_ACCOUNTING_STATUS_OK;