diff options
author | Jose <jose@zeroc.com> | 2011-05-17 20:34:28 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2011-05-17 20:34:28 +0200 |
commit | 25a954efbc8205cf0465df8c43e50ff32fa535a0 (patch) | |
tree | 9a1819a226076724099392e7a6cba06538a7760f /cpp/src/Ice/TcpTransceiver.h | |
parent | SLES x86 Java fix (diff) | |
download | ice-25a954efbc8205cf0465df8c43e50ff32fa535a0.tar.bz2 ice-25a954efbc8205cf0465df8c43e50ff32fa535a0.tar.xz ice-25a954efbc8205cf0465df8c43e50ff32fa535a0.zip |
5082 - Network tracing shows remote address = <not connected>
Diffstat (limited to 'cpp/src/Ice/TcpTransceiver.h')
-rw-r--r-- | cpp/src/Ice/TcpTransceiver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/TcpTransceiver.h b/cpp/src/Ice/TcpTransceiver.h index fd10dbdb851..0dafdd333ae 100644 --- a/cpp/src/Ice/TcpTransceiver.h +++ b/cpp/src/Ice/TcpTransceiver.h @@ -69,8 +69,8 @@ private: State _state; std::string _desc; -#ifdef ICE_USE_IOCP struct sockaddr_storage _connectAddr; +#ifdef ICE_USE_IOCP AsyncInfo _read; AsyncInfo _write; int _maxSendPacketSize; |