summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.h')
-rw-r--r--cpp/src/IceGrid/ServerCache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerCache.h b/cpp/src/IceGrid/ServerCache.h
index 5d743f9db31..ad9dd1587a0 100644
--- a/cpp/src/IceGrid/ServerCache.h
+++ b/cpp/src/IceGrid/ServerCache.h
@@ -51,6 +51,7 @@ private:
const std::string _server;
const std::string _node;
+ const bool _remove;
const bool _noRestart;
const Ice::AsyncResultPtr _result;
};
@@ -130,7 +131,7 @@ private:
bool _noRestart;
std::vector<SynchronizationCallbackPtr> _callbacks;
- SessionIPtr _session;
+ SessionIPtr _allocationSession;
};
typedef IceUtil::Handle<ServerEntry> ServerEntryPtr;
typedef std::vector<ServerEntryPtr> ServerEntrySeq;