Adding bandwidth support for network module [linux only]

This commit is contained in:
Lucas Lazare
2019-05-17 23:39:51 -04:00
parent 43d724ebad
commit 794fb12e8c
2 changed files with 128 additions and 2 deletions

View File

@ -56,6 +56,9 @@ class Network : public ALabel {
int nl80211_id_;
std::mutex mutex_;
unsigned long long bandwidth_down_total_;
unsigned long long bandwidth_up_total_;
std::string essid_;
std::string ifname_;
std::string ipaddr_;