1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-19 04:41:11 +00:00

(trunk, libT) #5199 'tr_sessionGetNextQueuedTorrent() can be faster' -- fix variablename typo introduced in r13709, reported by JJTagy

This commit is contained in:
Jordan Lee 2012-12-28 23:44:59 +00:00
parent 14dca05e21
commit 8f918f1b79

View file

@ -328,8 +328,10 @@ bool tr_sessionGetActiveSpeedLimit_Bps (const tr_session * session,
tr_direction dir, tr_direction dir,
unsigned int * setme); unsigned int * setme);
tr_torrent * tr_sessionGetNextQueuedSeed (tr_session * session); void tr_sessionGetNextQueuedTorrents (tr_session * session,
void tr_sessionGetNextQueuedTorrents (tr_session * session, tr_direction, size_t n, tr_ptrArray * steme); tr_direction dir,
size_t numwanted,
tr_ptrArray * setme);
int tr_sessionCountQueueFreeSlots (tr_session * session, tr_direction); int tr_sessionCountQueueFreeSlots (tr_session * session, tr_direction);