| 39 | #include <sys/ioctl.h> |
| 40 | |
| 41 | static std::shared_ptr<spdlog::logger> get_logger() { |
| 42 | return openhd::log::create_or_get("w_helper2"); |
| 43 | } |
| 44 | |
| 45 | static int error_handler(struct sockaddr_nl *nla, struct nlmsgerr *err, |
| 46 | void *arg) { |
no outgoing calls
no test coverage detected