From 11555141666cb5304635e54e52418d8c1b4ea89c Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 15 Oct 2014 16:58:19 +0200 Subject: Add suffixlist to OrganizationData --- src/main/thrift/imagemaster.thrift | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/thrift') diff --git a/src/main/thrift/imagemaster.thrift b/src/main/thrift/imagemaster.thrift index 157606c..c38bb36 100644 --- a/src/main/thrift/imagemaster.thrift +++ b/src/main/thrift/imagemaster.thrift @@ -79,6 +79,7 @@ struct OrganizationData { 1: string organizationId, 2: string displayName, 3: string ecpUrl, + 4: list suffixList, } struct SessionData { @@ -151,4 +152,6 @@ service ImageServer { bool registerSatellite(1:string organizationId, 2:string address, 3:string modulus, 4:string exponent), + bool updateSatelliteAddress(1:ID serverSessionId, 2:string address), + } -- cgit v1.2.3-55-g7522