diff options
author | Andrey Khalyavin <halyavin@gmail.com> | 2022-02-10 16:46:30 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:30 +0300 |
commit | 4b839d0704ee9be1dabb0310a1f03af24963637b (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/messagebus/message_status_counter.h | |
parent | f773626848a7c7456803654292e716b83d69cc12 (diff) | |
download | ydb-4b839d0704ee9be1dabb0310a1f03af24963637b.tar.gz |
Restoring authorship annotation for Andrey Khalyavin <halyavin@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/message_status_counter.h')
-rw-r--r-- | library/cpp/messagebus/message_status_counter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/messagebus/message_status_counter.h b/library/cpp/messagebus/message_status_counter.h index a935ab9b75..e8ba2fdd31 100644 --- a/library/cpp/messagebus/message_status_counter.h +++ b/library/cpp/messagebus/message_status_counter.h @@ -6,7 +6,7 @@ #include <util/generic/string.h> -#include <array> +#include <array> namespace NBus { namespace NPrivate { @@ -14,7 +14,7 @@ namespace NBus { static TMessageStatusRecord::EMessageStatus MessageStatusToProtobuf(EMessageStatus status) { return (TMessageStatusRecord::EMessageStatus)status; } - + std::array<unsigned, MESSAGE_STATUS_COUNT> Counts; unsigned& operator[](EMessageStatus index) { |