From ed83ebb3147ed2e261a709799e12d0eb43200bf3 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 20 Oct 2016 12:43:29 +0200 Subject: Shared secret key is now distributed to the other nodes. --- libcmix-common/cmixprotofunctor.cpp | 1 + libcmix-common/cmixprotofunctor.hpp | 5 +++++ libcmix-common/receiver.hpp | 1 - 3 files changed, 6 insertions(+), 1 deletion(-) (limited to 'libcmix-common') diff --git a/libcmix-common/cmixprotofunctor.cpp b/libcmix-common/cmixprotofunctor.cpp index a026628..46e56a0 100644 --- a/libcmix-common/cmixprotofunctor.cpp +++ b/libcmix-common/cmixprotofunctor.cpp @@ -12,5 +12,6 @@ MESSAGE_SETTER_DEF(ImANode, imanode) MESSAGE_SETTER_DEF(ImAClient, imaclient) MESSAGE_SETTER_DEF(Bye, bye) MESSAGE_SETTER_DEF(KeyExchange, keyexchange) +MESSAGE_SETTER_DEF(SecretKey, secretkey) #undef MESSAGE_SETTER_DEF \ No newline at end of file diff --git a/libcmix-common/cmixprotofunctor.hpp b/libcmix-common/cmixprotofunctor.hpp index c3f6fe9..86caa75 100644 --- a/libcmix-common/cmixprotofunctor.hpp +++ b/libcmix-common/cmixprotofunctor.hpp @@ -49,6 +49,11 @@ struct CMixProtoFunctor { * #MESSAGE_SETTER_DECL(KeyExchange) */ MESSAGE_SETTER_DECL(KeyExchange); + + /*! + * #MESSAGE_SETTER_DECL(SecretKey) + */ + MESSAGE_SETTER_DECL(SecretKey); #undef MESSAGE_SETTER }; diff --git a/libcmix-common/receiver.hpp b/libcmix-common/receiver.hpp index 2b05790..8a73e9c 100644 --- a/libcmix-common/receiver.hpp +++ b/libcmix-common/receiver.hpp @@ -7,7 +7,6 @@ /*! * \file */ - struct SenderReceiver; /*! -- cgit v1.2.3-70-g09d2