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.h20
1 files changed, 13 insertions, 7 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 72fcccf94..dfa25fc29 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -183,6 +183,7 @@ extern "C"
183 */ 183 */
184#define GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_QUERY 30 184#define GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_QUERY 30
185 185
186
186/** 187/**
187 * Reply from blacklisting client (answer to blacklist query). 188 * Reply from blacklisting client (answer to blacklist query).
188 */ 189 */
@@ -494,37 +495,42 @@ extern "C"
494/** 495/**
495 * Local and P2P generic DHT message start type 496 * Local and P2P generic DHT message start type
496 */ 497 */
497#define GNUNET_MESSAGE_TYPE_DHT 142 498#define GNUNET_MESSAGE_TYPE_DHT_ROUTE 142
499
500/**
501 * Local and P2P generic DHT message start type
502 */
503#define GNUNET_MESSAGE_TYPE_DHT_ROUTE_RESULT 143
498 504
499/** 505/**
500 * Local and P2P generic DHT message stop type 506 * Local and P2P generic DHT message stop type
501 */ 507 */
502#define GNUNET_MESSAGE_TYPE_DHT_STOP 143 508#define GNUNET_MESSAGE_TYPE_DHT_STOP 144
503 509
504/** 510/**
505 * Local and message acknowledgment 511 * Local and message acknowledgment
506 */ 512 */
507#define GNUNET_MESSAGE_TYPE_DHT_ACK 144 513#define GNUNET_MESSAGE_TYPE_DHT_ACK 145
508 514
509/** 515/**
510 * Local DHT Put message, from API to service 516 * Local DHT Put message, from API to service
511 */ 517 */
512#define GNUNET_MESSAGE_TYPE_DHT_PUT 145 518#define GNUNET_MESSAGE_TYPE_DHT_PUT 146
513 519
514/** 520/**
515 * Local DHT Get message, from API to service 521 * Local DHT Get message, from API to service
516 */ 522 */
517#define GNUNET_MESSAGE_TYPE_DHT_GET 146 523#define GNUNET_MESSAGE_TYPE_DHT_GET 147
518 524
519/** 525/**
520 * Local DHT Get stop message, from API to service 526 * Local DHT Get stop message, from API to service
521 */ 527 */
522#define GNUNET_MESSAGE_TYPE_DHT_GET_STOP 147 528#define GNUNET_MESSAGE_TYPE_DHT_GET_STOP 148
523 529
524/** 530/**
525 * Local DHT Get result message, from service to API 531 * Local DHT Get result message, from service to API
526 */ 532 */
527#define GNUNET_MESSAGE_TYPE_DHT_GET_RESULT 148 533#define GNUNET_MESSAGE_TYPE_DHT_GET_RESULT 149
528 534
529/** 535/**
530 * Local DHT Get message, from API to service 536 * Local DHT Get message, from API to service