mirror of
https://github.com/transmission/transmission.git
synced 2026-04-23 02:10:09 +01:00
(trunk) first draft of changing the FreeSpace API to behave as https://trac.transmissionbt.com/ticket/4076#comment:25 -- libT, rpc, qt, and gtk implementations.
This commit is contained in:
@@ -56,6 +56,7 @@ struct tr_announcer_udp;
|
||||
struct tr_bindsockets;
|
||||
struct tr_cache;
|
||||
struct tr_fdInfo;
|
||||
struct tr_device_info;
|
||||
|
||||
typedef void (tr_web_config_func)(tr_session * session, void * curl_pointer, const char * url, void * user_data);
|
||||
|
||||
@@ -183,15 +184,14 @@ struct tr_session
|
||||
|
||||
char * tag;
|
||||
char * configDir;
|
||||
char * downloadDir;
|
||||
char downloadDirBlkDev[TR_PATH_MAX + 1];
|
||||
char downloadDirFsType[TR_PATH_MAX + 1];
|
||||
char * resumeDir;
|
||||
char * torrentDir;
|
||||
char * incompleteDir;
|
||||
|
||||
char * blocklist_url;
|
||||
|
||||
struct tr_device_info * downloadDir;
|
||||
|
||||
struct tr_list * blocklists;
|
||||
struct tr_peerMgr * peerMgr;
|
||||
struct tr_shared * shared;
|
||||
|
||||
Reference in New Issue
Block a user