diff options
author | Matthew Newhook <matthew@zeroc.com> | 2008-05-21 17:11:04 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2008-05-21 17:11:04 +0800 |
commit | 06e20672108324fa9c2bc688aa9cfca1a586b200 (patch) | |
tree | 6bf6164f18dc7f20c638824e965d12aaab57dbf6 /cpp/src/Ice/TcpConnector.h | |
parent | http://bugzilla/bugzilla/show_bug.cgi?id=3216 - mcastServer not initialized. (diff) | |
download | ice-06e20672108324fa9c2bc688aa9cfca1a586b200.tar.bz2 ice-06e20672108324fa9c2bc688aa9cfca1a586b200.tar.xz ice-06e20672108324fa9c2bc688aa9cfca1a586b200.zip |
Some cleanup of the networking code.
Diffstat (limited to 'cpp/src/Ice/TcpConnector.h')
-rw-r--r-- | cpp/src/Ice/TcpConnector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/TcpConnector.h b/cpp/src/Ice/TcpConnector.h index c38d3eb9b95..8da7c3536bd 100644 --- a/cpp/src/Ice/TcpConnector.h +++ b/cpp/src/Ice/TcpConnector.h @@ -47,7 +47,7 @@ private: const InstancePtr _instance; const TraceLevelsPtr _traceLevels; const ::Ice::LoggerPtr _logger; - struct sockaddr_storage _addr; + const struct sockaddr_storage _addr; const Ice::Int _timeout; const std::string _connectionId; }; |