mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
Get node OS/Arch info into the CV2 db
This commit is contained in:
parent
224ee88b91
commit
1ffadf31de
14 changed files with 81 additions and 33 deletions
|
@ -79,6 +79,12 @@ private:
|
|||
DB *_psql;
|
||||
};
|
||||
|
||||
struct NodeOnlineRecord {
|
||||
uint64_t lastSeen;
|
||||
InetAddress physicalAddress;
|
||||
std::string osArch;
|
||||
};
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
||||
#endif // ZT_CONTROLLER_POSTGRESQL_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue