diff options
Diffstat (limited to 'src/main/thrift')
| -rw-r--r-- | src/main/thrift/imagemaster.thrift | 3 |
1 files changed, 3 insertions, 0 deletions
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<string> 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), + } |
