mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
common ReadI2CPOptions
This commit is contained in:
parent
c8c2c4d376
commit
13ffdc6dd2
2 changed files with 23 additions and 11 deletions
|
@ -60,7 +60,11 @@ namespace client
|
|||
private:
|
||||
|
||||
void ReadTunnels ();
|
||||
|
||||
template<typename Section, typename Type>
|
||||
std::string GetI2CPOption (const Section& section, const std::string& name, const Type& value) const;
|
||||
template<typename Section>
|
||||
void ReadI2CPOptions (const Section& section, std::map<std::string, std::string>& options) const;
|
||||
|
||||
private:
|
||||
|
||||
std::mutex m_DestinationsMutex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue