diff options
Diffstat (limited to 'module/remote/thriftbackend/pyload.thrift')
-rw-r--r-- | module/remote/thriftbackend/pyload.thrift | 10 |
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, |