accessor to the extension info from the info dictionary in a torrent file.
This commit is contained in:
parent
09fc62a289
commit
99c586b152
|
@ -173,6 +173,9 @@ namespace libtorrent
|
|||
|
||||
void parse_info_section(entry const& e);
|
||||
|
||||
entry extra(char const* key) const
|
||||
{ return m_extra_info[key]; }
|
||||
|
||||
private:
|
||||
|
||||
void read_torrent_info(const entry& libtorrent);
|
||||
|
|
Loading…
Reference in New Issue