diff options
| author | pppp <[email protected]> | 2022-02-10 16:51:52 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:52 +0300 |
| commit | 2717b42639e035e1da0e7963a61d9fb71a3abcee (patch) | |
| tree | 3d68e5688b955c86211b6f5d8fcc8607a3acde34 /util/network/socket.h | |
| parent | a0d9be3906bdc1eb59c1a3ff64c3f5929ab376e9 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/network/socket.h')
| -rw-r--r-- | util/network/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/network/socket.h b/util/network/socket.h index 40c8648b409..c6ae7580b99 100644 --- a/util/network/socket.h +++ b/util/network/socket.h @@ -366,7 +366,7 @@ public: inline void ShutDown(int mode) const { ::ShutDown(Fd(), mode); } - + void Close(); ssize_t Send(const void* data, size_t len); |
