diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-05-10 19:08:14 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-05-10 19:08:14 +0200 |
commit | b12054e971c25a90d73bf61b44f1e895f6069009 (patch) | |
tree | c388d18003fdb0aa5a867eac98f2b5183ab2c00f /cpp/src/IceLocatorDiscovery/PluginI.cpp | |
parent | Fixed ICE-7849 - Removed IceDiscovery/IceLocatorDiscovery ice_getConnection c... (diff) | |
download | ice-b12054e971c25a90d73bf61b44f1e895f6069009.tar.bz2 ice-b12054e971c25a90d73bf61b44f1e895f6069009.tar.xz ice-b12054e971c25a90d73bf61b44f1e895f6069009.zip |
Fixed IceDiscovery/IceLocatorDiscovery build failures on x64
Diffstat (limited to 'cpp/src/IceLocatorDiscovery/PluginI.cpp')
-rw-r--r-- | cpp/src/IceLocatorDiscovery/PluginI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceLocatorDiscovery/PluginI.cpp b/cpp/src/IceLocatorDiscovery/PluginI.cpp index 112147f8978..8188f7f5aed 100644 --- a/cpp/src/IceLocatorDiscovery/PluginI.cpp +++ b/cpp/src/IceLocatorDiscovery/PluginI.cpp @@ -125,7 +125,7 @@ private: IceUtil::Time _nextRetry; int _pendingRetryCount; - int _failureCount; + size_t _failureCount; bool _warnOnce; vector<RequestPtr> _pendingRequests; }; |