mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
... and more
This commit is contained in:
parent
2600b1f144
commit
0a9e2227e8
1 changed files with 8 additions and 2 deletions
|
@ -67,9 +67,15 @@ public:
|
||||||
THING_IPV6_ADDRESS = 3
|
THING_IPV6_ADDRESS = 3
|
||||||
};
|
};
|
||||||
|
|
||||||
CertificateOfOwnership()
|
CertificateOfOwnership() :
|
||||||
|
_networkId(0),
|
||||||
|
_ts(0),
|
||||||
|
_flags(0),
|
||||||
|
_id(0),
|
||||||
|
_thingCount(0)
|
||||||
{
|
{
|
||||||
memset(this,0,sizeof(CertificateOfOwnership));
|
memset(_thingTypes,0,sizeof(_thingTypes));
|
||||||
|
memset(_thingValues,0,sizeof(_thingValues));
|
||||||
}
|
}
|
||||||
|
|
||||||
CertificateOfOwnership(const uint64_t nwid,const int64_t ts,const Address &issuedTo,const uint32_t id) :
|
CertificateOfOwnership(const uint64_t nwid,const int64_t ts,const Address &issuedTo,const uint32_t id) :
|
||||||
|
|
Loading…
Add table
Reference in a new issue