aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorJi Lu <jilu@140774ce-b5e7-0310-ab8b-a85725594a96>2009-12-10 20:56:31 +0000
committerJi Lu <jilu@140774ce-b5e7-0310-ab8b-a85725594a96>2009-12-10 20:56:31 +0000
commit2fc2a43b0c581c684b43b42a0367bce3f13872a2 (patch)
tree016ae0bc44870e8eaa3a7a672a2de8641aa8c2db /src/include
parent1df0f263b3062715aecba640f438a95bf2d33bb9 (diff)
downloadgnunet-2fc2a43b0c581c684b43b42a0367bce3f13872a2.tar.gz
gnunet-2fc2a43b0c581c684b43b42a0367bce3f13872a2.zip
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 68fd641e3..3c0d8ae36 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -176,12 +176,12 @@ extern "C"
176#define GNUNET_MESSAGE_TYPE_TRANSPORT_ACK 28 176#define GNUNET_MESSAGE_TYPE_TRANSPORT_ACK 28
177 177
178/** 178/**
179 * FIXME. 179 * Request to look addresses of peers in server.
180 */ 180 */
181#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_LOOKUP 29 181#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_LOOKUP 29
182 182
183/** 183/**
184 * FIXME. 184 * Response to the address lookup request.
185 */ 185 */
186#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_REPLY 30 186#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_REPLY 30
187 187
@@ -442,6 +442,11 @@ extern "C"
442 */ 442 */
443#define GNUNET_MESSAGE_TYPE_FS_PUT 139 443#define GNUNET_MESSAGE_TYPE_FS_PUT 139
444 444
445/**
446 * Reply to client with addresses of other peers
447 */
448#define GNUNET_MESSAGE_TYPE_PEER_ADDRESS 140
449
445/* 450/*
446 TODO: 451 TODO:
447 - DV 452 - DV