summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/TcpTransceiver.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2003-05-09 23:44:04 +0000
committerMark Spruiell <mes@zeroc.com>2003-05-09 23:44:04 +0000
commit08178d41304a3f8b0dda4b82b10e25fb2288c86b (patch)
treed408837cc6b5daae9eb2c5eabb72a82a411229c5 /cpp/src/Ice/TcpTransceiver.h
parentChanged library names on Windows for Ice 1.1 (diff)
downloadice-08178d41304a3f8b0dda4b82b10e25fb2288c86b.tar.bz2
ice-08178d41304a3f8b0dda4b82b10e25fb2288c86b.tar.xz
ice-08178d41304a3f8b0dda4b82b10e25fb2288c86b.zip
cache fdToString results to avoid exception when connection is shutdown on
Solaris
Diffstat (limited to 'cpp/src/Ice/TcpTransceiver.h')
-rw-r--r--cpp/src/Ice/TcpTransceiver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/TcpTransceiver.h b/cpp/src/Ice/TcpTransceiver.h
index 64c2bde935e..3b4e22e934d 100644
--- a/cpp/src/Ice/TcpTransceiver.h
+++ b/cpp/src/Ice/TcpTransceiver.h
@@ -49,6 +49,7 @@ private:
const Ice::LoggerPtr _logger;
const Ice::StatsPtr _stats;
const std::string _name;
+ const std::string _desc;
SOCKET _fd;
fd_set _rFdSet;