aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorArthur Dewarumez <arthur.dewarumez@etudiant.univ-lille1.fr>2015-04-27 15:49:12 +0000
committerArthur Dewarumez <arthur.dewarumez@etudiant.univ-lille1.fr>2015-04-27 15:49:12 +0000
commit728f4f354734161d5b90704c8468258100f46917 (patch)
treec7aa82051624d197638c4fe665a9170f96ba0071 /src/include
parent1d7c856588007f583751096015a6fe19b4fe4ff9 (diff)
downloadgnunet-728f4f354734161d5b90704c8468258100f46917.tar.gz
gnunet-728f4f354734161d5b90704c8468258100f46917.zip
Finish the create of the handler for every message.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 0db2ba756..9ce3a576f 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2644,47 +2644,47 @@ extern "C"
2644 ******************************************************************************/ 2644 ******************************************************************************/
2645 2645
2646/** 2646/**
2647 * 2647 * This message contains the query for initialization of a finger
2648 */ 2648 */
2649#define GNUNET_MESSAGE_TYPE_WDHT_FINGER_SETUP 910 2649#define GNUNET_MESSAGE_TYPE_WDHT_FINGER_SETUP 910
2650 2650
2651/** 2651/**
2652 * 2652 * This message contains the response to the query for intialization of a finger
2653 */ 2653 */
2654#define GNUNET_MESSAGE_TYPE_WDHT_FINGER_SETUP_RESPONSE 911 2654#define GNUNET_MESSAGE_TYPE_WDHT_FINGER_SETUP_RESPONSE 911
2655 2655
2656/** 2656/**
2657 * 2657 * This message contains a notification for the death of a finger
2658 */ 2658 */
2659#define GNUNET_MESSAGE_TYPE_WDHT_FINGER_DESTROY 912 2659#define GNUNET_MESSAGE_TYPE_WDHT_FINGER_DESTROY 912
2660 2660
2661/** 2661/**
2662 * 2662 * This message are used to route a query to a peer
2663 */ 2663 */
2664#define GNUNET_MESSAGE_TYPE_WDHT_FINGER_ROUTE 913 2664#define GNUNET_MESSAGE_TYPE_WDHT_FINGER_ROUTE 913
2665 2665
2666/** 2666/**
2667 * 2667 * This message contains the query to find a successor
2668 */ 2668 */
2669#define GNUNET_MESSAGE_TYPE_WDHT_NEIGHBOUR_FIND 914 2669#define GNUNET_MESSAGE_TYPE_WDHT_NEIGHBOUR_FIND 914
2670 2670
2671/** 2671/**
2672 * 2672 * Message which contains the response to a new successor found
2673 */ 2673 */
2674#define GNUNET_MESSAGE_TYPE_WDHT_NEIGHBOUR_FOUND 915 2674#define GNUNET_MESSAGE_TYPE_WDHT_NEIGHBOUR_FOUND 915
2675 2675
2676/** 2676/**
2677 * 2677 * Message which contains the get query
2678 */ 2678 */
2679#define GNUNET_MESSAGE_TYPE_WDHT_GET 916 2679#define GNUNET_MESSAGE_TYPE_WDHT_GET 916
2680 2680
2681/** 2681/**
2682 * 2682 * Message which contains the put query
2683 */ 2683 */
2684#define GNUNET_MESSAGE_TYPE_WDHT_PUT 917 2684#define GNUNET_MESSAGE_TYPE_WDHT_PUT 917
2685 2685
2686/** 2686/**
2687 * 2687 * Message which contains the get result.
2688 */ 2688 */
2689#define GNUNET_MESSAGE_TYPE_WDHT_GET_RESULT 918 2689#define GNUNET_MESSAGE_TYPE_WDHT_GET_RESULT 918
2690 2690