Ignore:
Timestamp:
Jun 19, 2010, 2:25:11 PM (13 years ago)
Author:
charles
Message:

(trunk) #1521 "memory cache to reduce disk IO" -- commit block-cache-rc1.diff to trunk for the nightlies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.c

    r10774 r10798  
    3030#include "bandwidth.h"
    3131#include "bencode.h"
     32#include "cache.h"
    3233#include "completion.h"
    3334#include "crypto.h" /* for tr_sha1 */
     
    15171518    tr_peerMgrStopTorrent( tor );
    15181519    tr_announcerTorrentStopped( tor );
     1520    tr_cacheFlushTorrent( tor->session->cache, tor );
    15191521
    15201522    tr_fdTorrentClose( tor->session, tor->uniqueId );
Note: See TracChangeset for help on using the changeset viewer.