summaryrefslogtreecommitdiff
path: root/include/erebos/pairing.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/erebos/pairing.h')
-rw-r--r--include/erebos/pairing.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/erebos/pairing.h b/include/erebos/pairing.h
index 936b3ac..ea349a9 100644
--- a/include/erebos/pairing.h
+++ b/include/erebos/pairing.h
@@ -83,6 +83,8 @@ private:
struct State {
mutex lock;
StatePhase phase;
+ optional<Identity> idReq;
+ optional<Identity> idRsp;
vector<uint8_t> nonce;
vector<uint8_t> peerCheck;
promise<Outcome> outcome;