aboutsummaryrefslogtreecommitdiffstats
path: root/util/network/socket.h
diff options
context:
space:
mode:
authordefencer <defencer@yandex-team.ru>2022-02-10 16:52:01 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:52:01 +0300
commitb42710018bef676796d30f8e874d4604b062e57d (patch)
tree188c9769fcd51c844952708583a0606c4551623e /util/network/socket.h
parent9bfacdf3213e2486cecf5e1dd31ebb42f093aa2f (diff)
downloadydb-b42710018bef676796d30f8e874d4604b062e57d.tar.gz
Restoring authorship annotation for <defencer@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/network/socket.h')
-rw-r--r--util/network/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/network/socket.h b/util/network/socket.h
index 40c8648b40..5fe24d1deb 100644
--- a/util/network/socket.h
+++ b/util/network/socket.h
@@ -103,7 +103,7 @@ void SetKeepAlive(SOCKET s);
void SetLinger(SOCKET s, bool on, unsigned len);
void SetZeroLinger(SOCKET s);
void SetKeepAlive(SOCKET s, bool value);
-void SetCloseOnExec(SOCKET s, bool value);
+void SetCloseOnExec(SOCKET s, bool value);
void SetOutputBuffer(SOCKET s, unsigned value);
void SetInputBuffer(SOCKET s, unsigned value);
void SetReusePort(SOCKET s, bool value);