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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 4d9fec4ca..e9eee668a 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -377,6 +377,10 @@ extern "C"
377 */ 377 */
378#define GNUNET_MESSAGE_TYPE_CORE_REQUEST_CONNECT 77 378#define GNUNET_MESSAGE_TYPE_CORE_REQUEST_CONNECT 77
379 379
380/**
381 * Request for peer iteration from CORE service.
382 */
383#define GNUNET_MESSAGE_TYPE_CORE_ITERATE_PEERS 78
380 384
381/** 385/**
382 * Session key exchange between peers. 386 * Session key exchange between peers.