mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
rename DatabaseLookupTageSet to SymmetricKeyTagset
This commit is contained in:
parent
59b471b9a2
commit
f321eb66c0
3 changed files with 9 additions and 9 deletions
|
@ -104,11 +104,11 @@ namespace garlic
|
|||
uint64_t m_ExpirationTimestamp = 0;
|
||||
};
|
||||
|
||||
class DatabaseLookupTagSet: public ReceiveRatchetTagSet
|
||||
class SymmetricKeyTagSet: public ReceiveRatchetTagSet
|
||||
{
|
||||
public:
|
||||
|
||||
DatabaseLookupTagSet (GarlicDestination * destination, const uint8_t * key);
|
||||
SymmetricKeyTagSet (GarlicDestination * destination, const uint8_t * key);
|
||||
|
||||
bool IsIndexExpired (int index) const { return false; };
|
||||
bool HandleNextMessage (uint8_t * buf, size_t len, int index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue