Changeset 13155
- Timestamp:
- Jan 11, 2012, 10:31:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/announcer.c
r12982 r13155 911 911 req->down = tier->byteCounts[TR_ANN_DOWN]; 912 912 req->corrupt = tier->byteCounts[TR_ANN_CORRUPT]; 913 req->left = tr_cpLeftUntilComplete( &tor->completion ) ,913 req->left = tr_cpLeftUntilComplete( &tor->completion ); 914 914 req->event = event; 915 915 req->numwant = event == TR_ANNOUNCE_EVENT_STOPPED ? 0 : NUMWANT;
Note: See TracChangeset
for help on using the changeset viewer.