build as lib - work in progress

This commit is contained in:
Mohamed Boussaffa
2016-03-04 00:09:51 +08:00
parent 0b4ba231c0
commit 730a5c2624
3 changed files with 6 additions and 4 deletions

View File

@@ -22,7 +22,8 @@ class NETHOGS_DSO_VISIBLE NethogsMonitorData
float sent_kbs;
float recv_kbs;
};
std::map<std::string, Line> apps_info;
typedef std::map<std::string, Line> TAppMap;
TAppMap apps_info;
};
class NETHOGS_DSO_VISIBLE NethogsMonitor