summaryrefslogtreecommitdiffstats
path: root/module/remote/pyload.thrift
diff options
context:
space:
mode:
Diffstat (limited to 'module/remote/pyload.thrift')
-rw-r--r--module/remote/pyload.thrift21
1 files changed, 9 insertions, 12 deletions
diff --git a/module/remote/pyload.thrift b/module/remote/pyload.thrift
index dc6b1c406..06add4208 100644
--- a/module/remote/pyload.thrift
+++ b/module/remote/pyload.thrift
@@ -196,11 +196,14 @@ struct LinkStatus {
struct ServerStatus {
1: ByteCount speed,
- 2: PackageStats files,
- 3: i16 notifications,
- 4: bool paused,
- 5: bool download,
- 6: bool reconnect,
+ 2: i16 linkstotal,
+ 3: i16 linksqueue,
+ 4: ByteCount sizetotal,
+ 5: ByteCount sizequeue,
+ 6: i16 notifications,
+ 7: bool paused,
+ 8: bool download,
+ 9: bool reconnect,
}
struct InteractionTask {
@@ -257,7 +260,7 @@ struct ConfigInfo {
struct EventInfo {
1: string eventname,
- 2: list<JSONString> event_args,
+ 2: list<JSONString> event_args, //will contain json objects
}
struct UserData {
@@ -481,12 +484,6 @@ service Pyload {
list<InteractionTask> getNotifications(),
///////////////////////
- // Event Handling
- ///////////////////////
-
- list<EventInfo> getEvents(1: string uuid),
-
- ///////////////////////
// Account Methods
///////////////////////