mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 06:02:31 +00:00
* Fix TextElement* to use rpc::target_type.
* Moved most of src/ui/download.cc to use commands for TextElements. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@967 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#include "rpc/command_variable.h"
|
||||
#include "rpc/command_download_slot.h"
|
||||
#include "rpc/command_file_slot.h"
|
||||
#include "rpc/command_file_itr_slot.h"
|
||||
#include "rpc/command_peer_slot.h"
|
||||
#include "rpc/command_tracker_slot.h"
|
||||
|
||||
@@ -57,6 +58,8 @@ rpc::CommandDownloadSlot commandDownloadSlots[COMMAND_DOWNLOAD_SLOTS_SIZE];
|
||||
rpc::CommandDownloadSlot* commandDownloadSlotsItr = commandDownloadSlots;
|
||||
rpc::CommandFileSlot commandFileSlots[COMMAND_FILE_SLOTS_SIZE];
|
||||
rpc::CommandFileSlot* commandFileSlotsItr = commandFileSlots;
|
||||
rpc::CommandFileItrSlot commandFileItrSlots[COMMAND_FILE_ITR_SLOTS_SIZE];
|
||||
rpc::CommandFileItrSlot* commandFileItrSlotsItr = commandFileItrSlots;
|
||||
rpc::CommandPeerSlot commandPeerSlots[COMMAND_PEER_SLOTS_SIZE];
|
||||
rpc::CommandPeerSlot* commandPeerSlotsItr = commandPeerSlots;
|
||||
rpc::CommandTrackerSlot commandTrackerSlots[COMMAND_TRACKER_SLOTS_SIZE];
|
||||
|
||||
Reference in New Issue
Block a user