more failsafe

This commit is contained in:
/jdi/ 2015-10-15 00:00:07 +02:00
parent 2a9bc5ea8d
commit ef243d6f82
6 changed files with 66 additions and 28 deletions

View file

@ -15,6 +15,7 @@ public:
Host(){};
macAddr getMac();
ipAddr getIp();
std::string getIface();
};
#endif /* HOST_H_ */