diff options
Diffstat (limited to 'cpp/src/Ice/Connection.h')
-rw-r--r-- | cpp/src/Ice/Connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/Connection.h b/cpp/src/Ice/Connection.h index ffa47bafc89..0128cd029f8 100644 --- a/cpp/src/Ice/Connection.h +++ b/cpp/src/Ice/Connection.h @@ -113,6 +113,7 @@ private: int _proxyUsageCount; State _state; bool _warn; + bool _registeredWithPool; }; } |