DatabaseStore for LeaseSet

This commit is contained in:
orignal 2014-07-29 14:31:55 -04:00
parent ee2297c851
commit 220637b29d
3 changed files with 19 additions and 1 deletions

View file

@ -55,6 +55,9 @@ namespace data
LeaseSet& operator=(const LeaseSet& ) = default;
void Update (const uint8_t * buf, int len);
const uint8_t * GetBuffer () const { return m_Buffer; };
size_t GetBufferLen () const { return m_BufferLen; };
// implements RoutingDestination
const Identity& GetIdentity () const { return m_Identity; };
const IdentHash& GetIdentHash () const { return m_IdentHash; };