allow extending web seeds with extra headers and custom authorization schemese

This commit is contained in:
Arvid Norberg
2010-10-10 18:43:58 +00:00
parent 3b550ece98
commit 72322dbc10
17 changed files with 607 additions and 411 deletions

View File

@@ -593,8 +593,7 @@ namespace aux {
PRINT_SIZEOF(torrent_info)
PRINT_OFFSETOF(torrent_info, m_files)
PRINT_OFFSETOF(torrent_info, m_orig_files)
PRINT_OFFSETOF(torrent_info, m_url_seeds)
PRINT_OFFSETOF(torrent_info, m_http_seeds)
PRINT_OFFSETOF(torrent_info, m_web_seeds)
PRINT_OFFSETOF(torrent_info, m_nodes)
PRINT_OFFSETOF(torrent_info, m_merkle_tree)
PRINT_OFFSETOF(torrent_info, m_info_section)