aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-01 13:55:28 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-01 13:55:28 +0000
commit8f30685560bfd084d681aa3a9470002479bcff80 (patch)
treec09a7f0a3171a4563d3fbb253d924d002f06f27b /src/include
parent36b60a0ac26d8102667c590587b8a0d33c203cc9 (diff)
downloadgnunet-8f30685560bfd084d681aa3a9470002479bcff80.tar.gz
gnunet-8f30685560bfd084d681aa3a9470002479bcff80.zip
fixes
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 229d8910b..249ba3de0 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -441,21 +441,15 @@ extern "C"
441#define GNUNET_MESSAGE_TYPE_FS_START_SEARCH 136 441#define GNUNET_MESSAGE_TYPE_FS_START_SEARCH 136
442 442
443/** 443/**
444 * FS service has found content matching this client's
445 * request.
446 */
447#define GNUNET_MESSAGE_TYPE_FS_CONTENT 137
448
449/**
450 * P2P request for content (one FS to another). 444 * P2P request for content (one FS to another).
451 */ 445 */
452#define GNUNET_MESSAGE_TYPE_FS_GET 138 446#define GNUNET_MESSAGE_TYPE_FS_GET 137
453 447
454/** 448/**
455 * P2P response with content or active 449 * P2P response with content or active migration of content. Also
456 * migration of content. 450 * used between the service and clients (in response to START_SEARCH).
457 */ 451 */
458#define GNUNET_MESSAGE_TYPE_FS_PUT 139 452#define GNUNET_MESSAGE_TYPE_FS_PUT 138
459 453
460/** 454/**
461 * Type used to match 'all' message types. 455 * Type used to match 'all' message types.