multiple local destinations

This commit is contained in:
orignal 2014-07-11 15:39:38 -04:00
parent a7406e03ab
commit e50454d92e
3 changed files with 27 additions and 5 deletions

View file

@ -184,6 +184,7 @@ namespace stream
boost::asio::io_service m_Service;
boost::asio::io_service::work m_Work;
std::map<i2p::data::IdentHash, StreamingDestination *> m_Destinations;
StreamingDestination * m_SharedLocalDestination;
};