aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-05 13:49:24 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-05 13:49:24 +0000
commitac0ec4da80c4a70e27b35f2b0271e81cc9708e78 (patch)
treedce6e9e4a580e4f19d5812cbbcda4df0e12d0853 /src/include
parentb231dd68ce69d837b1172067d141ffe537e2d350 (diff)
downloadgnunet-ac0ec4da80c4a70e27b35f2b0271e81cc9708e78.tar.gz
gnunet-ac0ec4da80c4a70e27b35f2b0271e81cc9708e78.zip
fixes
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index f0c8df7ad..78b3a5c94 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -208,6 +208,11 @@ extern "C"
208 */ 208 */
209#define GNUNET_MESSAGE_TYPE_TRANSPORT_PONG 33 209#define GNUNET_MESSAGE_TYPE_TRANSPORT_PONG 33
210 210
211/**
212 * Message for transport service from a client asking that a
213 * connection be initiated with another peer.
214 */
215#define GNUNET_MESSAGE_TYPE_TRANSPORT_REQUEST_CONNECT 34
211 216
212/** 217/**
213 * Transport CONNECT message exchanged between transport services to 218 * Transport CONNECT message exchanged between transport services to
@@ -423,10 +428,6 @@ extern "C"
423 */ 428 */
424#define GNUNET_MESSAGE_TYPE_CORE_SEND 76 429#define GNUNET_MESSAGE_TYPE_CORE_SEND 76
425 430
426/**
427 * Request from client asking to connect to a peer.
428 */
429#define GNUNET_MESSAGE_TYPE_CORE_REQUEST_CONNECT 77
430 431
431/** 432/**
432 * Request for peer iteration from CORE service. 433 * Request for peer iteration from CORE service.