From 993c556000a414011626770540678948f16eaa9e Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期三, 02 六月 2021 17:40:50 +0800 Subject: [PATCH] center restart with new shm; set center node ssn. --- box/node_center.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/box/node_center.h b/box/node_center.h index 8bc2cf8..a085bdf 100644 --- a/box/node_center.h +++ b/box/node_center.h @@ -48,7 +48,6 @@ class MsgRecords { typedef int64_t MsgId; - typedef int64_t Offset; public: void RecordMsg(const MsgI &msg) { msgs_.emplace(msg.id(), msg); } -- Gitblit v1.8.0