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 | 7ce8f58ec34c5182c7587acec452690c90e87362 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | e1846bde8a695caba4c5bb3183e1ee8e844e8e01 (diff) | |
download | ydb-7ce8f58ec34c5182c7587acec452690c90e87362.tar.gz |
Restoring authorship annotation for <agusakov@yandex-team.ru>. Commit 2 of 2.
-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 bf9a42ac47..e13cf06dea 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 |