summaryrefslogtreecommitdiffstats
path: root/module/remote/thriftbackend/pyload.thrift
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-04 15:07:39 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-08-04 15:07:39 +0200
commit9572e116fc060be8c89d1608efdc9c693560b12b (patch)
treeab6e7c143923eefefd1323ebd1304e9591200ea6 /module/remote/thriftbackend/pyload.thrift
parentoption to skip if file exists (diff)
downloadpyload-9572e116fc060be8c89d1608efdc9c693560b12b.tar.xz
api account fix
Diffstat (limited to 'module/remote/thriftbackend/pyload.thrift')
-rw-r--r--module/remote/thriftbackend/pyload.thrift10
1 files changed, 1 insertions, 9 deletions
diff --git a/module/remote/thriftbackend/pyload.thrift b/module/remote/thriftbackend/pyload.thrift
index 00f24f3fa..e7ae10055 100644
--- a/module/remote/thriftbackend/pyload.thrift
+++ b/module/remote/thriftbackend/pyload.thrift
@@ -136,7 +136,7 @@ struct UserData {
struct AccountInfo {
1: i64 validuntil,
2: string login,
- 3: map<string, string> options,
+ 3: map<string, list<string>> options,
4: bool valid,
5: i64 trafficleft,
6: i64 maxtraffic,
@@ -144,14 +144,6 @@ struct AccountInfo {
8: string type,
}
-struct AccountData {
- 1: PluginName type,
- 2: string login,
- 3: optional string password,
- 4: optional map<string, string> options
-}
-
-
struct ServiceCall {
1: PluginName plugin,
2: string func,