diff options
author | agusakov <agusakov@yandex-team.ru> | 2022-02-10 16:50:31 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:31 +0300 |
commit | e1846bde8a695caba4c5bb3183e1ee8e844e8e01 (patch) | |
tree | 6b217a8ff28cdda8c938d2f4303d2a0abf03d915 /library | |
parent | 9f9f5936c5b484e8a48c009cf84feeca7ec3d03a (diff) | |
download | ydb-e1846bde8a695caba4c5bb3183e1ee8e844e8e01.tar.gz |
Restoring authorship annotation for <agusakov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library')
-rw-r--r-- | library/cpp/messagebus/ya.make | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/library/cpp/messagebus/ya.make b/library/cpp/messagebus/ya.make index e13cf06dea..bf9a42ac47 100644 --- a/library/cpp/messagebus/ya.make +++ b/library/cpp/messagebus/ya.make @@ -9,26 +9,26 @@ ENDIF() SRCS( acceptor.cpp acceptor_status.cpp - connection.cpp + connection.cpp coreconn.cpp - duration_histogram.cpp + duration_histogram.cpp event_loop.cpp futex_like.cpp handler.cpp key_value_printer.cpp local_flags.cpp locator.cpp - mb_lwtrace.cpp + mb_lwtrace.cpp message.cpp message_counter.cpp message_status.cpp message_status_counter.cpp messqueue.cpp - misc/atomic_box.h - misc/granup.h - misc/test_sync.h - misc/tokenquota.h - misc/weak_ptr.h + misc/atomic_box.h + misc/granup.h + misc/test_sync.h + misc/tokenquota.h + misc/weak_ptr.h network.cpp queue_config.cpp remote_client_connection.cpp @@ -43,7 +43,7 @@ SRCS( session_impl.cpp session_job_count.cpp shutdown_state.cpp - socket_addr.cpp + socket_addr.cpp storage.cpp synchandler.cpp use_after_free_checker.cpp |