/// whether noteDestination() and noteDestinationsEnd() calls are allowed
bool subscribed = false;
-/* protected: */
+ /* protected: */
/// Initiates asynchronous peer selection that eventually
/// results in zero or more noteDestination() calls and
/// exactly one noteDestinationsEnd() call.
ps_state::wantsMoreDestinations() const {
const auto maxCount = Config.forward_max_tries;
return maxCount >= 0 && foundPaths <
- static_cast<std::make_unsigned<decltype(maxCount)>::type>(maxCount);
+ static_cast<std::make_unsigned<decltype(maxCount)>::type>(maxCount);
}
void
void commStartHalfClosedMonitor(int fd) STUB
bool commHasHalfClosedMonitor(int fd) STUB_RETVAL(false)
int CommSelectEngine::checkEvents(int timeout) STUB_RETVAL(0)
+
/*PF*/ void Comm::HandleWrite(int, void*) STUB
std::ostream &operator << (std::ostream &os, const Comm::Connection &conn) STUB_RETVAL(os << "[Connection object]")
+