gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26219 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r26219 - gnunet/src/include
Date: Wed, 27 Feb 2013 17:43:58 +0100

Author: harsha
Date: 2013-02-27 17:43:58 +0100 (Wed, 27 Feb 2013)
New Revision: 26219

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
version to make updated testbed compile with pre-ecc age code.



Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2013-02-27 16:39:19 UTC (rev 
26218)
+++ gnunet/src/include/gnunet_protocols.h       2013-02-27 16:43:58 UTC (rev 
26219)
@@ -313,6 +313,11 @@
 #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.
  */
 #define GNUNET_MESSAGE_TYPE_CORE_ENCRYPTED_MESSAGE 82
@@ -342,12 +347,6 @@
  */
 #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
  
******************************************************************************/
@@ -1667,6 +1666,7 @@
 /* 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,12 +1688,6 @@
  */
 #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.
  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]