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/UdpTransceiver.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/UdpTransceiver.h')
-rw-r--r-- | cpp/src/Ice/UdpTransceiver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.h b/cpp/src/Ice/UdpTransceiver.h index 6a3e5a9b654..05089f8002f 100644 --- a/cpp/src/Ice/UdpTransceiver.h +++ b/cpp/src/Ice/UdpTransceiver.h @@ -62,10 +62,10 @@ private: const Ice::LoggerPtr _logger; const Ice::StatsPtr _stats; const bool _incoming; + const sockaddr_storage _addr; + const bool _mcastServer; SOCKET _fd; - struct sockaddr_storage _addr; - bool _mcastServer; #ifdef _WIN32 fd_set _rFdSet; fd_set _wFdSet; |