From 5b6ced44157b6e7fab519ae48f5cffcdc2b3cd7c Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期日, 25 四月 2021 19:28:57 +0800 Subject: [PATCH] use node mqid ssn id to index online nodes. --- proto/source/bhome_msg.proto | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/proto/source/bhome_msg.proto b/proto/source/bhome_msg.proto index 6a4942d..51e9b6e 100644 --- a/proto/source/bhome_msg.proto +++ b/proto/source/bhome_msg.proto @@ -16,8 +16,9 @@ repeated BHAddress route = 2; // for reply and proxy. int64 timestamp = 3; int32 type = 4; - bytes proc_id = 5; - bytes topic = 6; // for request route + uint64 ssn_id = 5; // node mq id + bytes proc_id = 6; + bytes topic = 7; // for request route } -- Gitblit v1.8.0