set actual LeaseSet2 buffer size

This commit is contained in:
orignal 2020-03-20 17:43:37 -04:00
parent 168da33d8b
commit 962c2160c7
2 changed files with 16 additions and 0 deletions

View file

@ -97,6 +97,7 @@ namespace data
// called from LeaseSet2
LeaseSet (bool storeLeases);
void SetBuffer (const uint8_t * buf, size_t len);
void SetBufferLen (size_t len);
void SetIdentity (std::shared_ptr<const IdentityEx> identity) { m_Identity = identity; };
void SetExpirationTime (uint64_t t) { m_ExpirationTime = t; };
void SetIsValid (bool isValid) { m_IsValid = isValid; };