Searched defs:WaitState (Results 1 – 1 of 1) sorted by relevance
117 struct WaitState { struct118 bool present;119 bool up;120 bool hasIpv4Addr;122 bool satisfied(WaitCondition cnd) const { in satisfied()