Include tap device name in JSON output for network info.

This commit is contained in:
Adam Ierymenko
2015-04-14 15:55:03 -07:00
parent 347e98dcd2
commit e205e5fdfe
4 changed files with 38 additions and 10 deletions

View File

@@ -111,6 +111,11 @@ public:
*/
virtual std::string fatalErrorMessage() const = 0;
/**
* @return System device name corresponding with a given ZeroTier network ID
*/
virtual std::string portDeviceName(uint64_t nwid) const = 0;
/**
* Terminate background service (can be called from other threads)
*/