aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-02-27 16:46:00 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-02-27 16:46:00 +0000
commit62911c870c46e372d2d3dcbffda9fcfe1ef33ffc (patch)
tree2d4faec810204812dda4f7f0748bb47c0cb3939d
parent5e6bfedd7dedc0731b1f915240d61e3afcbcf577 (diff)
downloadgnunet-62911c870c46e372d2d3dcbffda9fcfe1ef33ffc.tar.gz
gnunet-62911c870c46e372d2d3dcbffda9fcfe1ef33ffc.zip
reverting back to the previous working version
-rw-r--r--src/include/gnunet_protocols.h18
1 files 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
@@ -313,11 +313,6 @@ extern "C"
313#define GNUNET_MESSAGE_TYPE_CORE_PEER_CONNECTED 80 313#define GNUNET_MESSAGE_TYPE_CORE_PEER_CONNECTED 80
314 314
315/** 315/**
316 * Session key exchange between peers.
317 */
318#define GNUNET_MESSAGE_TYPE_CORE_SET_KEY 81
319
320/**
321 * Encapsulation for an encrypted message between peers. 316 * Encapsulation for an encrypted message between peers.
322 */ 317 */
323#define GNUNET_MESSAGE_TYPE_CORE_ENCRYPTED_MESSAGE 82 318#define GNUNET_MESSAGE_TYPE_CORE_ENCRYPTED_MESSAGE 82
@@ -347,6 +342,12 @@ extern "C"
347 */ 342 */
348#define GNUNET_MESSAGE_TYPE_CORE_BINARY_TYPE_MAP 87 343#define GNUNET_MESSAGE_TYPE_CORE_BINARY_TYPE_MAP 87
349 344
345/**
346 * Session key exchange between peers.
347 */
348#define GNUNET_MESSAGE_TYPE_CORE_EPHEMERAL_KEY 88
349
350
350/******************************************************************************* 351/*******************************************************************************
351 * DATASTORE message types 352 * DATASTORE message types
352 ******************************************************************************/ 353 ******************************************************************************/
@@ -1666,7 +1667,6 @@ extern "C"
1666/* message types 526-539 reserved for consensus client/service messages */ 1667/* message types 526-539 reserved for consensus client/service messages */
1667 1668
1668 1669
1669
1670/** 1670/**
1671 * Sent by client to service, telling whether a received element should 1671 * Sent by client to service, telling whether a received element should
1672 * be accepted and propagated further or not. 1672 * be accepted and propagated further or not.
@@ -1688,6 +1688,12 @@ extern "C"
1688 */ 1688 */
1689#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS 543 1689#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS 543
1690 1690
1691
1692/**
1693 * Elements, and requests for further elements
1694 */
1695#define GNUNET_MESSAGE_TYPE_CONSENSUS_P2P_ELEMENTS_REQUEST 544
1696
1691/* 1697/*
1692 * Initialization message for consensus p2p communication. 1698 * Initialization message for consensus p2p communication.
1693 */ 1699 */