From 36d3de4d796a5a932246ae944191d33421b764de Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 29 Sep 2011 23:07:32 +0200 Subject: fixed name clash in C# --- module/remote/thriftbackend/pyload.thrift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'module/remote/thriftbackend/pyload.thrift') 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 getEvents(1: string uuid) + list getEvents(1: string uuid) //accounts list getAccounts(1: bool refresh), -- cgit v1.2.3