mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
The beginning of queueing. Has some work to go, but the basic infrastructure is set up.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
|
||||
int fStopRatioSetting;
|
||||
float fRatioLimit;
|
||||
BOOL fFinishedSeeding;
|
||||
BOOL fFinishedSeeding, fWaitToStart;
|
||||
}
|
||||
|
||||
- (id) initWithPath: (NSString *) path lib: (tr_handle_t *) lib;
|
||||
@@ -74,6 +74,9 @@
|
||||
- (float) ratioLimit;
|
||||
- (void) setRatioLimit: (float) limit;
|
||||
|
||||
- (void) setWaitToStart: (BOOL) wait;
|
||||
- (BOOL) waitingToStart;
|
||||
|
||||
- (void) revealData;
|
||||
- (void) trashData;
|
||||
- (void) trashTorrent;
|
||||
|
||||
Reference in New Issue
Block a user