diff options
Diffstat (limited to 'cpp/src/Ice/ConnectionI.h')
-rw-r--r-- | cpp/src/Ice/ConnectionI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/ConnectionI.h b/cpp/src/Ice/ConnectionI.h index 046eb3404a6..8717fea2dd9 100644 --- a/cpp/src/Ice/ConnectionI.h +++ b/cpp/src/Ice/ConnectionI.h @@ -155,6 +155,7 @@ private: const IceInternal::TraceLevelsPtr _traceLevels; bool _registeredWithPool; + int _finishedCount; const IceInternal::ThreadPoolPtr _threadPool; const bool _warn; |