MCPcopy Create free account
hub / github.com/actuallyaridan/linux-devmgmt / ~UdevMonitor

Method ~UdevMonitor

src/monitor/UdevMonitor.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32UdevMonitor::~UdevMonitor() {
33 if (m_sock >= 0)
34 close(m_sock);
35}
36
37void UdevMonitor::onSocketReady() {
38 // Drain every pending datagram before signalling — one deviceChanged()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected