diff options
author | Matthew Newhook <matthew@zeroc.com> | 2008-05-22 15:23:27 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2008-05-22 15:23:27 +0800 |
commit | a8ef39d3a0d35aa0391297dc779ede1cf8e9c387 (patch) | |
tree | e98b3fe2f25f39b02249958f8465c9a8dc3bc338 /cpp/src/Ice/UdpTransceiver.h | |
parent | cleaning up Make.rules for python (diff) | |
download | ice-a8ef39d3a0d35aa0391297dc779ede1cf8e9c387.tar.bz2 ice-a8ef39d3a0d35aa0391297dc779ede1cf8e9c387.tar.xz ice-a8ef39d3a0d35aa0391297dc779ede1cf8e9c387.zip |
http://bugzilla/bugzilla/show_bug.cgi?id=3222 - import mcast tracing. The effective port may be incorrect under windows.
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 05089f8002f..353397f518c 100644 --- a/cpp/src/Ice/UdpTransceiver.h +++ b/cpp/src/Ice/UdpTransceiver.h @@ -62,8 +62,8 @@ private: const Ice::LoggerPtr _logger; const Ice::StatsPtr _stats; const bool _incoming; - const sockaddr_storage _addr; - const bool _mcastServer; + const struct sockaddr_storage _addr; + struct sockaddr_storage _mcastAddr; SOCKET _fd; #ifdef _WIN32 |