1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Raw socket read function.

This commit is contained in:
Bartosz Taudul
2018-09-09 18:24:58 +02:00
parent 806c8de463
commit f55f2858c4
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ public:
int Send( const void* buf, int len );
bool Read( void* buf, int len, const timeval* tv, std::function<bool()> exitCb );
bool ReadRaw( void* buf, int len, const timeval* tv );
bool HasData();
Socket( const Socket& ) = delete;