revert: restore eventfd

This commit is contained in:
Alex
2020-09-21 10:56:40 +02:00
parent dc625490f8
commit 95f505a457
2 changed files with 47 additions and 0 deletions

View File

@ -54,6 +54,8 @@ class Network : public ALabel {
struct sockaddr_nl nladdr_ = {0};
struct nl_sock* sock_ = nullptr;
struct nl_sock* ev_sock_ = nullptr;
int efd_;
int ev_fd_;
int nl80211_id_;
std::mutex mutex_;