1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

(trunk libT) add notation explaining the status between resume.c and fastresume.c

This commit is contained in:
Charles Kerr 2009-02-05 16:02:38 +00:00
parent ee58379377
commit f04505c0f2

View file

@ -22,6 +22,17 @@
* DEALINGS IN THE SOFTWARE. * 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 * Fast resume
*********************************************************************** ***********************************************************************