Changeset 10798 for trunk/libtransmission/torrent.c
- Timestamp:
- Jun 19, 2010, 2:25:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/torrent.c
r10774 r10798 30 30 #include "bandwidth.h" 31 31 #include "bencode.h" 32 #include "cache.h" 32 33 #include "completion.h" 33 34 #include "crypto.h" /* for tr_sha1 */ … … 1517 1518 tr_peerMgrStopTorrent( tor ); 1518 1519 tr_announcerTorrentStopped( tor ); 1520 tr_cacheFlushTorrent( tor->session->cache, tor ); 1519 1521 1520 1522 tr_fdTorrentClose( tor->session, tor->uniqueId );
Note: See TracChangeset
for help on using the changeset viewer.