From 21f973902ee4428462564d27719f366b41ce04c5 Mon Sep 17 00:00:00 2001 From: Ulas Kozat Date: Tue, 25 Jul 2017 11:23:48 -0700 Subject: JIRA: DOMINO-27 Extend publish RPC call Change-Id: If8cba13e3237c034ceace68cf4b14f3090612ab5 Signed-off-by: Ulas Kozat --- domino.thrift | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'domino.thrift') diff --git a/domino.thrift b/domino.thrift index dd48942..4ce9dfa 100644 --- a/domino.thrift +++ b/domino.thrift @@ -155,13 +155,19 @@ struct PublishMessage { 6: optional string template_UUID } +struct DomainInfo { + 1: string ipaddr, + 2: i16 tcpport +} + struct PublishResponseMessage { 1: MessageType messageType = PUBLISH_RESPONSE, 2: string domino_udid, 3: i64 seq_no, 4: ResponseCode responseCode, 5: string template_UUID, - 6: optional list comments + 6: optional list domainInfo, + 7: optional list comments } struct PushMessage { -- cgit 1.2.3-korg