From 2b353fa266c13b77b2c77af797dc28c8380b9443 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 10 Feb 2011 23:43:10 +0100 Subject: more fixes --- module/remote/thriftbackend/pyload.thrift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'module/remote/thriftbackend/pyload.thrift') 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 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 links @@ -172,7 +172,7 @@ service Pyload { bool isTimeReconnect(), //downloads - list statusDownloads(), + list statusDownloads(), PackageID addPackage(1: string name, 2: LinkList links, 3: Destination dest), PackageData getPackageData(1: PackageID pid), FileData getFileData(1: FileID fid), -- cgit v1.2.3