mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Parsing the cluster status message, updates to tracking code
This commit is contained in:
@@ -45,6 +45,8 @@ public:
|
||||
virtual bool nodeInUNL (const RippleAddress& naNodePublic) = 0;
|
||||
virtual bool nodeInCluster (const RippleAddress& naNodePublic) = 0;
|
||||
virtual bool nodeInCluster (const RippleAddress& naNodePublic, std::string& name) = 0;
|
||||
virtual void nodeUpdate (const RippleAddress& naNodePublic, ClusterNodeStatus const& cnsStatus) = 0;
|
||||
virtual std::map<RippleAddress, ClusterNodeStatus> getClusterStatus () = 0;
|
||||
|
||||
virtual void nodeBootstrap () = 0;
|
||||
virtual bool nodeLoad (boost::filesystem::path pConfig) = 0;
|
||||
|
||||
Reference in New Issue
Block a user