summaryrefslogtreecommitdiffstats
path: root/util/network/socket.h
diff options
context:
space:
mode:
authorfeldsherov <[email protected]>2022-02-10 16:49:29 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:29 +0300
commite73723ec73b27276cd45b9b46b752138a51d669c (patch)
tree055f8efa1a290665c7be6bb571131e050cd9517a /util/network/socket.h
parent4d75b7f76712a8150bd526a7ef43d279d9892eb7 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/network/socket.h')
-rw-r--r--util/network/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/network/socket.h b/util/network/socket.h
index 40c8648b409..44d1097d93e 100644
--- a/util/network/socket.h
+++ b/util/network/socket.h
@@ -367,8 +367,8 @@ public:
::ShutDown(Fd(), mode);
}
- void Close();
-
+ void Close();
+
ssize_t Send(const void* data, size_t len);
ssize_t Recv(void* buf, size_t len);