mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
(trunk libT) add notation explaining the status between resume.c and fastresume.c
This commit is contained in:
parent
ee58379377
commit
f04505c0f2
1 changed files with 11 additions and 0 deletions
|
@ -22,6 +22,17 @@
|
|||
* DEALINGS IN THE SOFTWARE.
|
||||
*****************************************************************************/
|
||||
|
||||
/*
|
||||
* NOTE: THIS FILE IS DEPRECATED
|
||||
*
|
||||
* The fastresume file format is brittle and was replaced in Transmission 1.20
|
||||
* with the benc-formatted ".resume" files implemented in resume.[ch].
|
||||
*
|
||||
* This older format is kept only for reading older resume files for users
|
||||
* who upgrade from older versions of Transmission, and may be removed
|
||||
* after more time has passed.
|
||||
*/
|
||||
|
||||
/***********************************************************************
|
||||
* Fast resume
|
||||
***********************************************************************
|
||||
|
|
Loading…
Reference in a new issue