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