diff options
author | lsurn <lsurn@yandex-team.ru> | 2022-02-10 16:49:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:33 +0300 |
commit | d8825989a7621fc7275e8cfdba16b4f699fb6359 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/network/poller.cpp | |
parent | 45e70bb2432018a4704845621cd9ddd2ceab6ffb (diff) | |
download | ydb-d8825989a7621fc7275e8cfdba16b4f699fb6359.tar.gz |
Restoring authorship annotation for <lsurn@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/network/poller.cpp')
-rw-r--r-- | util/network/poller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/network/poller.cpp b/util/network/poller.cpp index 66f1abb50a..7954d0e8b5 100644 --- a/util/network/poller.cpp +++ b/util/network/poller.cpp @@ -33,7 +33,7 @@ public: } } }; - + TSocketPoller::TSocketPoller() : Impl_(new TImpl()) { |