aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 2ccc3e5b7..af94ebeb5 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 ******************************************************************************/