mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-17 23:52:30 +00:00
* Unlink the tied file when a torrent is erased.
* Remove torrents that are already tied from the expanded paths. * Move the loop counter to Control. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@618 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+1
-3
@@ -74,8 +74,6 @@
|
||||
#include "command_scheduler.h"
|
||||
#include "command_scheduler_item.h"
|
||||
|
||||
uint32_t countTicks = 0;
|
||||
|
||||
void do_panic(int signum);
|
||||
void print_help();
|
||||
|
||||
@@ -202,7 +200,7 @@ main(int argc, char** argv) {
|
||||
control.display()->adjust_layout();
|
||||
|
||||
while (!control.is_shutdown_completed()) {
|
||||
countTicks++;
|
||||
control.inc_tick();
|
||||
|
||||
cachedTime = rak::timer::current();
|
||||
rak::priority_queue_perform(&taskScheduler, cachedTime);
|
||||
|
||||
Reference in New Issue
Block a user