mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
moved handling of DatabaseLookup to netDb's thread
This commit is contained in:
parent
028c70d6ee
commit
5492deff21
4 changed files with 40 additions and 34 deletions
3
NetDb.h
3
NetDb.h
|
@ -70,7 +70,8 @@ namespace data
|
|||
|
||||
void HandleDatabaseStoreMsg (uint8_t * buf, size_t len);
|
||||
void HandleDatabaseSearchReplyMsg (I2NPMessage * msg);
|
||||
|
||||
void HandleDatabaseLookupMsg (I2NPMessage * msg);
|
||||
|
||||
const RouterInfo * GetRandomRouter (const RouterInfo * compatibleWith = nullptr) const;
|
||||
|
||||
void PostI2NPMsg (I2NPMessage * msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue