This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-messages.git


The following commit(s) were added to refs/heads/master by this push:
     new fd4ae6b  SLING-9385 - Add pubAgentName property
fd4ae6b is described below

commit fd4ae6bd054a47a2d287874a506f6846e77556d1
Author: Christian Schneider <[email protected]>
AuthorDate: Wed May 6 08:09:13 2020 +0200

    SLING-9385 - Add pubAgentName property
---
 src/main/protobuf/messages.proto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/protobuf/messages.proto b/src/main/protobuf/messages.proto
index e8dba7d..5ce6e6b 100644
--- a/src/main/protobuf/messages.proto
+++ b/src/main/protobuf/messages.proto
@@ -78,6 +78,7 @@ message CommandMessage {
    required string subSlingId = 1;               // Subscriber agent Sling 
identifier
    required string subAgentName = 2;             // Subscriber agent name
    optional ClearCommand clearCommand = 3;
+   optional string pubAgentName = 4;
 }
 
 message PingMessage {

Reply via email to