MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / ClearSocketList

Method ClearSocketList

src/event/MultiSocketMonitor.cxx:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void
56MultiSocketMonitor::ClearSocketList() noexcept
57{
58 assert(GetEventLoop().IsInside());
59
60 fds.clear();
61#ifdef USE_EPOLL
62 always_ready_fds.clear();
63#endif
64}
65
66#ifndef _WIN32
67

Callers 1

PrepareSocketsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected