From 62911c870c46e372d2d3dcbffda9fcfe1ef33ffc Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Wed, 27 Feb 2013 16:46:00 +0000 Subject: [PATCH] reverting back to the previous working version --- src/include/gnunet_protocols.h | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 9b423dff4..f44797cab 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -312,11 +312,6 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_CORE_PEER_CONNECTED 80 -/** - * Session key exchange between peers. - */ -#define GNUNET_MESSAGE_TYPE_CORE_SET_KEY 81 - /** * Encapsulation for an encrypted message between peers. */ @@ -347,6 +342,12 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_CORE_BINARY_TYPE_MAP 87 +/** + * Session key exchange between peers. + */ +#define GNUNET_MESSAGE_TYPE_CORE_EPHEMERAL_KEY 88 + + /******************************************************************************* * DATASTORE message types ******************************************************************************/ @@ -1666,7 +1667,6 @@ extern "C" /* message types 526-539 reserved for consensus client/service messages */ - /** * Sent by client to service, telling whether a received element should * be accepted and propagated further or not. @@ -1688,6 +1688,12 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS 543 + +/** + * Elements, and requests for further elements + */ +#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS_REQUEST 544 + /* * Initialization message for consensus p2p communication. */ -- 2.25.1