diff options
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r-- | cpp/src/Ice/Instance.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp index 2e80b18e319..0b3756b7e5e 100644 --- a/cpp/src/Ice/Instance.cpp +++ b/cpp/src/Ice/Instance.cpp @@ -377,7 +377,9 @@ IceInternal::Instance::flushBatchRequests() IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const PropertiesPtr& properties) : _destroyed(false), - _properties(properties) + _properties(properties), + _messageSizeMax(0), + _connectionIdleTime(0) { IceUtil::Mutex::Lock sync(*_globalStateMutex); ++_globalStateCounter; |