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