mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
DatabaseStore for LeaseSet
This commit is contained in:
parent
ee2297c851
commit
220637b29d
3 changed files with 19 additions and 1 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue