From 6402f6357bb777d132f176dad8c45fcd9e166dc4 Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 23 Jan 2019 17:00:14 -0500 Subject: correct the potential bug caused by multi-threaded messaging system --- include/hotstuff/entity.h | 3 +-- salticidae | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/include/hotstuff/entity.h b/include/hotstuff/entity.h index 9b1b4b1..c112dd7 100644 --- a/include/hotstuff/entity.h +++ b/include/hotstuff/entity.h @@ -90,8 +90,7 @@ class ReplicaConfig { class Block; class HotStuffCore; -using block_t = salticidae::RcObj; -using block_weak_t = salticidae::WeakObj; +using block_t = salticidae::ArcObj; class Command: public Serializable { friend HotStuffCore; diff --git a/salticidae b/salticidae index b84b00c..1d89070 160000 --- a/salticidae +++ b/salticidae @@ -1 +1 @@ -Subproject commit b84b00cb9d17a51b2667716229dd3ecde756b709 +Subproject commit 1d89070e5280985ce3212c6ae1f8befb0910e32a -- cgit v1.2.3