diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-09-29 23:07:32 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-09-29 23:07:32 +0200 |
commit | 36d3de4d796a5a932246ae944191d33421b764de (patch) | |
tree | 0e209cd5b68829852d063e3addea9faafa0f332c /module/remote/thriftbackend/pyload.thrift | |
parent | better json encoding (diff) | |
download | pyload-36d3de4d796a5a932246ae944191d33421b764de.tar.xz |
fixed name clash in C#
Diffstat (limited to 'module/remote/thriftbackend/pyload.thrift')
-rw-r--r-- | module/remote/thriftbackend/pyload.thrift | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/remote/thriftbackend/pyload.thrift b/module/remote/thriftbackend/pyload.thrift index dc085e180..128ba6240 100644 --- a/module/remote/thriftbackend/pyload.thrift +++ b/module/remote/thriftbackend/pyload.thrift @@ -118,8 +118,8 @@ struct CaptchaTask { 4: string resultType } -struct Event { - 1: string event, +struct EventInfo { + 1: string eventname, 2: optional i32 id, 3: optional ElementType type, 4: optional Destination destination @@ -265,7 +265,7 @@ service Pyload { void setCaptchaResult(1: TaskID tid, 2: string result), //events - list<Event> getEvents(1: string uuid) + list<EventInfo> getEvents(1: string uuid) //accounts list<AccountInfo> getAccounts(1: bool refresh), |