diff options
author | dimanne <dimanne@yandex-team.ru> | 2022-02-10 16:49:48 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:48 +0300 |
commit | 79b3cf0f1d6edfa0268153eddcb48f3467527461 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/actors/dnscachelib | |
parent | 93d66104be406c5b8cdfce7be5546d72d83b547e (diff) | |
download | ydb-79b3cf0f1d6edfa0268153eddcb48f3467527461.tar.gz |
Restoring authorship annotation for <dimanne@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/actors/dnscachelib')
-rw-r--r-- | library/cpp/actors/dnscachelib/dnscache.h | 2 | ||||
-rw-r--r-- | library/cpp/actors/dnscachelib/ya.make | 26 |
2 files changed, 14 insertions, 14 deletions
diff --git a/library/cpp/actors/dnscachelib/dnscache.h b/library/cpp/actors/dnscachelib/dnscache.h index f34b9003d9..3313a251a1 100644 --- a/library/cpp/actors/dnscachelib/dnscache.h +++ b/library/cpp/actors/dnscachelib/dnscache.h @@ -55,7 +55,7 @@ private: struct THost { THost() noexcept { } - + TVector<TIpHost> AddrsV4; time_t ResolvedV4 = 0; time_t NotFoundV4 = 0; diff --git a/library/cpp/actors/dnscachelib/ya.make b/library/cpp/actors/dnscachelib/ya.make index 60a46cc208..e3a6ad6202 100644 --- a/library/cpp/actors/dnscachelib/ya.make +++ b/library/cpp/actors/dnscachelib/ya.make @@ -1,5 +1,5 @@ -LIBRARY() - +LIBRARY() + OWNER( davenger fomichev @@ -8,17 +8,17 @@ OWNER( single ) -SRCS( - dnscache.cpp - dnscache.h +SRCS( + dnscache.cpp + dnscache.h probes.cpp probes.h - timekeeper.h -) - -PEERDIR( - contrib/libs/c-ares + timekeeper.h +) + +PEERDIR( + contrib/libs/c-ares library/cpp/lwtrace -) - -END() +) + +END() |