Home
last modified time | relevance | path

Searched defs:ClusterControllerFullInterface (Results 1 – 1 of 1) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DClusterRecruitmentInterface.h37 struct ClusterControllerFullInterface { struct
48 bool operator == (ClusterControllerFullInterface const& r) const { return id() == r.id(); } argument
51 void initEndpoints() { in initEndpoints()
63 void serialize( Ar& ar ) { in serialize()