From 6916c5ad822db6daa7875b7be173c368d54ffa76 Mon Sep 17 00:00:00 2001 From: xiaofan-luan Date: Wed, 11 Oct 2023 13:12:14 +0800 Subject: [PATCH] Add properties Signed-off-by: xiaofan-luan --- proto/common.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/common.proto b/proto/common.proto index 599fea4..03787ac 100644 --- a/proto/common.proto +++ b/proto/common.proto @@ -280,6 +280,7 @@ message MsgBase { uint64 timestamp = 3; int64 sourceID = 4; int64 targetID = 5; + map properties = 6; } enum DslType {