| 19 | addr.nl_groups = 1; // kernel uevents multicast group |
| 20 | |
| 21 | if (bind(m_sock, reinterpret_cast<struct sockaddr *>(&addr), sizeof(addr)) < 0) { |
| 22 | close(m_sock); |
| 23 | m_sock = -1; |
| 24 | return; |
nothing calls this directly
no outgoing calls
no test coverage detected