aboutsummaryrefslogtreecommitdiff
path: root/include/hotstuff/type.h
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-11-21 13:04:14 -0500
committerDeterminant <ted.sybil@gmail.com>2018-11-21 13:04:14 -0500
commit603ceda21e85d8568ec6197db9bc9293dda3b483 (patch)
treed926d57bfcfd38ca2764759e8c495073169b387f /include/hotstuff/type.h
parent89165b6ab0c365eb23cb17bc56a788c7dddc1867 (diff)
upgrade salticidae
Diffstat (limited to 'include/hotstuff/type.h')
-rw-r--r--include/hotstuff/type.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hotstuff/type.h b/include/hotstuff/type.h
index 0897956..784a952 100644
--- a/include/hotstuff/type.h
+++ b/include/hotstuff/type.h
@@ -24,7 +24,8 @@ using salticidae::bytearray_t;
using salticidae::get_hash;
using salticidae::NetAddr;
-using salticidae::Event;
+using salticidae::TimerEvent;
+using salticidae::FdEvent;
using salticidae::EventContext;
using promise::promise_t;