diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-10 23:43:10 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-10 23:43:10 +0100 |
commit | 2b353fa266c13b77b2c77af797dc28c8380b9443 (patch) | |
tree | db1e1b9f67cf87ffb711f91c643d665bae1bee8a /module/remote/thriftbackend/pyload.thrift | |
parent | thrift + setup fixes (diff) | |
download | pyload-2b353fa266c13b77b2c77af797dc28c8380b9443.tar.xz |
more fixes
Diffstat (limited to 'module/remote/thriftbackend/pyload.thrift')
-rw-r--r-- | module/remote/thriftbackend/pyload.thrift | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/module/remote/thriftbackend/pyload.thrift b/module/remote/thriftbackend/pyload.thrift index 7bbdaffd0..aaa843808 100644 --- a/module/remote/thriftbackend/pyload.thrift +++ b/module/remote/thriftbackend/pyload.thrift @@ -33,7 +33,7 @@ enum ElementType { File } -struct DownloadStatus { +struct DownloadInfo { 1: FileID id, 2: string name, 3: i32 speed, @@ -95,7 +95,7 @@ struct PackageData { 3: string folder, 4: string site, 5: string password, - 6: Destination destination, + 6: Destination dest, 7: i16 order, 8: Priority priority, 9: list<FileData> links @@ -107,7 +107,7 @@ struct PackageInfo { 3: string folder, 4: string site, 5: string password, - 6: Destination destination, + 6: Destination dest, 7: i16 order, 8: Priority priority, 9: list<FileID> links @@ -172,7 +172,7 @@ service Pyload { bool isTimeReconnect(), //downloads - list<DownloadStatus> statusDownloads(), + list<DownloadInfo> statusDownloads(), PackageID addPackage(1: string name, 2: LinkList links, 3: Destination dest), PackageData getPackageData(1: PackageID pid), FileData getFileData(1: FileID fid), |