From dcb1894e0c708df0677187355c6743c08ac44c26 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 31 May 2011 20:36:19 +0200 Subject: fixed positional captchas + availbillity over thrift --- module/remote/thriftbackend/pyload.thrift | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'module/remote/thriftbackend/pyload.thrift') diff --git a/module/remote/thriftbackend/pyload.thrift b/module/remote/thriftbackend/pyload.thrift index c26334051..52fa1f08d 100644 --- a/module/remote/thriftbackend/pyload.thrift +++ b/module/remote/thriftbackend/pyload.thrift @@ -118,7 +118,8 @@ struct PackageInfo { struct CaptchaTask { 1: i16 tid, 2: binary data, - 3: string type + 3: string type, + 4: string resultType } struct Event { @@ -250,7 +251,7 @@ service Pyload { //auth bool login(1: string username, 2: string password), - UserData getUserData(), + UserData getUserData(1: string username, 2:string password), //services map getServices(), -- cgit v1.2.3