Ignore:
Timestamp:
Jan 2, 2008, 6:05:05 PM (15 years ago)
Author:
charles
Message:

test code for #575 (m1b's bug)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/torrent.h

    r4404 r4425  
    8383
    8484
     85int  tr_torrentCountUncheckedPieces( const tr_torrent * );
     86int  tr_torrentIsPieceChecked      ( const tr_torrent *, int piece );
     87void tr_torrentSetPieceChecked     ( tr_torrent *, int piece, int isChecked );
     88void tr_torrentSetFileChecked      ( tr_torrent *, int file, int isChecked );
     89void tr_torrentUncheck             ( tr_torrent * );
     90
    8591typedef enum
    8692{
     
    124130    struct tr_completion     * completion;
    125131
    126     struct tr_bitfield       * uncheckedPieces;
     132    struct tr_bitfield       * checkedPieces;
    127133    cp_status_t                cpStatus;
    128134
Note: See TracChangeset for help on using the changeset viewer.