| 30 | } |
| 31 | |
| 32 | UdevMonitor::~UdevMonitor() { |
| 33 | if (m_sock >= 0) |
| 34 | close(m_sock); |
| 35 | } |
| 36 | |
| 37 | void UdevMonitor::onSocketReady() { |
| 38 | // Drain every pending datagram before signalling — one deviceChanged() |
nothing calls this directly
no outgoing calls
no test coverage detected