Still trying to fix the SIGPIPE problem.

This commit is contained in:
lotodore
2007-10-30 21:02:52 +00:00
parent 7fc3ae4adf
commit fee8450a74
5 changed files with 105 additions and 57 deletions
+1
View File
@@ -67,6 +67,7 @@ private:
char m_tmpOutBuf[MAX_PACKET_SIZE];
unsigned m_tmpOutBufSize;
bool m_tmpIsLowPrio;
SenderCallback &m_callback;
};