mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 21:03:57 -07:00
Store lat/lon too for testing and future display use.
This commit is contained in:
parent
587b1e05d1
commit
b3cac538cc
2 changed files with 8 additions and 8 deletions
|
@ -101,8 +101,8 @@ private:
|
|||
{
|
||||
uint32_t start;
|
||||
uint32_t end;
|
||||
//float lat,lon;
|
||||
int x,y,z;
|
||||
float lat,lon;
|
||||
int16_t x,y,z;
|
||||
|
||||
inline bool operator<(const _V4E &e) const { return (start < e.start); }
|
||||
};
|
||||
|
@ -111,8 +111,8 @@ private:
|
|||
{
|
||||
uint8_t start[16];
|
||||
uint8_t end[16];
|
||||
//float lat,lon;
|
||||
int x,y,z;
|
||||
float lat,lon;
|
||||
int16_t x,y,z;
|
||||
|
||||
inline bool operator<(const _V6E &e) const { return (memcmp(start,e.start,16) < 0); }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue