summaryrefslogtreecommitdiff
path: root/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:05:06 +0000
committerfcolin2007-02-01 13:05:06 +0000
commit7dbb8513b01bb2489b9b9672ea97682ed69610e5 (patch)
treef5f48234382e2a9c1a6867f39df29554f2cd82b9 /Ivy
parent3a34f0291c92edb20203611e85ba26909db58977 (diff)
downloadivy-cplusplus-7dbb8513b01bb2489b9b9672ea97682ed69610e5.zip
ivy-cplusplus-7dbb8513b01bb2489b9b9672ea97682ed69610e5.tar.gz
ivy-cplusplus-7dbb8513b01bb2489b9b9672ea97682ed69610e5.tar.bz2
ivy-cplusplus-7dbb8513b01bb2489b9b9672ea97682ed69610e5.tar.xz
Utilisateur : Fcolin Date : 6/06/01 Heure : 15:50 Archivé dans $/Ivy (vss 10)
Diffstat (limited to 'Ivy')
-rw-r--r--Ivy/ThreadedSocket.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Ivy/ThreadedSocket.cxx b/Ivy/ThreadedSocket.cxx
index d113f8e..1afb304 100644
--- a/Ivy/ThreadedSocket.cxx
+++ b/Ivy/ThreadedSocket.cxx
@@ -392,6 +392,8 @@ UINT CThreadedSocket::SocketReader( )
fd_set writefds;
fd_set exceptfds;
+ TRACE( "CThreadedSocket::SocketReader( START thread_id =( 0x%x) )\n",reader_id);
+
FD_ZERO(&readfds);
FD_ZERO(&writefds);
FD_ZERO(&exceptfds);
@@ -466,6 +468,8 @@ UINT CThreadedSocket::SocketWriter( )
int sock_err;
fd_set writefds;
+ TRACE( "CThreadedSocket::SocketWriter( START thread_id =( 0x%x) )\n",writer_id);
+
FD_ZERO(&writefds);