mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-10 01:55:19 -04:00
made contextual menus in FT more contextual, added info about transfer type and chunking strategy, load/save of transfer flags
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2114 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9182091917
commit
0e7f9df638
9 changed files with 177 additions and 111 deletions
|
@ -359,6 +359,7 @@ void ChunkMap::getChunksInfo(FileChunksInfo& info) const
|
|||
info.file_size = _file_size ;
|
||||
info.chunk_size = _chunk_size ;
|
||||
info.chunks = _map ;
|
||||
info.strategy = _strategy ;
|
||||
|
||||
info.active_chunks.clear() ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue