Searched defs:RouteHead (Results 1 – 1 of 1) sorted by relevance
31 struct RouteHead { struct32 static constexpr uint16_t MAGIC_NUMBER = 0x8421;33 static constexpr uint16_t VERSION = 0x1;34 uint16_t magic = MAGIC_NUMBER;58 class RouteHeadHandlerImpl : public DistributedData::RouteHeadHandler { argument