mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
pass BOB options to destination
This commit is contained in:
parent
797c8750d8
commit
fbff749838
2 changed files with 2 additions and 0 deletions
1
BOB.h
1
BOB.h
|
@ -162,6 +162,7 @@ namespace client
|
|||
int m_Port;
|
||||
i2p::data::PrivateKeys m_Keys;
|
||||
std::map<std::string, std::string> m_Options;
|
||||
|
||||
};
|
||||
typedef void (BOBCommandSession::*BOBCommandHandler)(const char * operand, size_t len);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue