summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/NodeI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/NodeI.h')
-rw-r--r--cpp/src/IceGrid/NodeI.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/NodeI.h b/cpp/src/IceGrid/NodeI.h
index 612c371d135..36ac0019c0e 100644
--- a/cpp/src/IceGrid/NodeI.h
+++ b/cpp/src/IceGrid/NodeI.h
@@ -104,10 +104,11 @@ public:
Ice::Identity createServerIdentity(const std::string&) const;
std::string getServerAdminCategory() const;
+ bool canRemoveServerDirectory(const std::string&);
+
private:
std::vector<ServerCommandPtr> checkConsistencyNoSync(const Ice::StringSeq&);
- bool canRemoveServerDirectory(const std::string&);
void patch(const IcePatch2::FileServerPrx&, const std::string&, const std::vector<std::string>&);
std::set<ServerIPtr> getApplicationServers(const std::string&) const;
@@ -135,6 +136,7 @@ private:
PropertyDescriptorSeq _propertiesOverride;
unsigned long _serial;
+ bool _consistencyCheckDone;
IceUtil::Mutex _observerMutex;
std::map<NodeSessionPrx, NodeObserverPrx> _observers;