diff options
| author | neksard <[email protected]> | 2022-02-10 16:45:33 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:33 +0300 |
| commit | 1d9c550e7c38e051d7961f576013a482003a70d9 (patch) | |
| tree | b2cc84ee7850122e7ccf51d0ea21e4fa7e7a5685 /util/network | |
| parent | 8f7cf138264e0caa318144bf8a2c950e0b0a8593 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/network')
| -rw-r--r-- | util/network/socket.cpp | 12 | ||||
| -rw-r--r-- | util/network/ut/ya.make | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/util/network/socket.cpp b/util/network/socket.cpp index 04199c72d6e..4f6e8043462 100644 --- a/util/network/socket.cpp +++ b/util/network/socket.cpp @@ -1,9 +1,9 @@ -#include "ip.h" -#include "socket.h" -#include "address.h" -#include "pollerimpl.h" -#include "iovec.h" - +#include "ip.h" +#include "socket.h" +#include "address.h" +#include "pollerimpl.h" +#include "iovec.h" + #include <util/system/defaults.h> #include <util/system/byteorder.h> diff --git a/util/network/ut/ya.make b/util/network/ut/ya.make index 88985087209..1ba03e167c8 100644 --- a/util/network/ut/ya.make +++ b/util/network/ut/ya.make @@ -1,23 +1,23 @@ UNITTEST_FOR(util) - + REQUIREMENTS(network:full) OWNER(g:util) SUBSCRIBER(g:util-subscribers) - + PEERDIR( library/cpp/threading/future ) -SRCS( +SRCS( network/address_ut.cpp network/endpoint_ut.cpp network/ip_ut.cpp network/poller_ut.cpp network/sock_ut.cpp network/socket_ut.cpp -) - +) + INCLUDE(${ARCADIA_ROOT}/util/tests/ya_util_tests.inc) -END() +END() |
