mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Rearrange Socket to reduce struct size.
This commit is contained in:
@@ -39,10 +39,9 @@ private:
|
||||
int RecvBuffered( void* buf, int len, const timeval* tv );
|
||||
int Recv( void* buf, int len, const timeval* tv );
|
||||
|
||||
int m_sock;
|
||||
|
||||
char* m_buf;
|
||||
char* m_bufPtr;
|
||||
int m_sock;
|
||||
int m_bufLeft;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user