fix merge issue
This commit is contained in:
parent
6d1a744a5c
commit
b017bb1854
|
@ -276,7 +276,7 @@ namespace libtorrent
|
|||
#ifndef TORRENT_NO_DEPRECATED
|
||||
use_write_cache,
|
||||
#else
|
||||
deprecated7,
|
||||
deprecated11,
|
||||
#endif
|
||||
|
||||
// this will make the disk cache never flush a write piece if it would
|
||||
|
@ -362,7 +362,7 @@ namespace libtorrent
|
|||
// overhead of a system call.
|
||||
lock_disk_cache,
|
||||
#else
|
||||
deprecated8,
|
||||
deprecated10,
|
||||
#endif
|
||||
|
||||
// when set to true, all data downloaded from peers will be assumed to
|
||||
|
|
Loading…
Reference in New Issue