aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-27 12:00:16 +0000
committerChristian Grothoff <christian@grothoff.org>2015-04-27 12:00:16 +0000
commit9a9e7ffe6e13d60009e749e0811dcc7b997a764c (patch)
tree54c5075623892460c3ec8bc45f69ea1c60659eb7 /src/include
parent0bff5a1b397f3f2c4f18a92b0828b2d6ab9bf74f (diff)
downloadgnunet-9a9e7ffe6e13d60009e749e0811dcc7b997a764c.tar.gz
gnunet-9a9e7ffe6e13d60009e749e0811dcc7b997a764c.zip
starting with whanu
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h53
1 files changed, 52 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index a7824edc0..0db2ba756 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2001-2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2001--2015 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -2638,6 +2638,57 @@ extern "C"
2638 2638
2639#endif 2639#endif
2640 2640
2641
2642/*******************************************************************************
2643 * Whanau DHT messages
2644 ******************************************************************************/
2645
2646/**
2647 *
2648 */
2649#define GNUNET_MESSAGE_TYPE_WDHT_FINGER_SETUP 910
2650
2651/**
2652 *
2653 */
2654#define GNUNET_MESSAGE_TYPE_WDHT_FINGER_SETUP_RESPONSE 911
2655
2656/**
2657 *
2658 */
2659#define GNUNET_MESSAGE_TYPE_WDHT_FINGER_DESTROY 912
2660
2661/**
2662 *
2663 */
2664#define GNUNET_MESSAGE_TYPE_WDHT_FINGER_ROUTE 913
2665
2666/**
2667 *
2668 */
2669#define GNUNET_MESSAGE_TYPE_WDHT_NEIGHBOUR_FIND 914
2670
2671/**
2672 *
2673 */
2674#define GNUNET_MESSAGE_TYPE_WDHT_NEIGHBOUR_FOUND 915
2675
2676/**
2677 *
2678 */
2679#define GNUNET_MESSAGE_TYPE_WDHT_GET 916
2680
2681/**
2682 *
2683 */
2684#define GNUNET_MESSAGE_TYPE_WDHT_PUT 917
2685
2686/**
2687 *
2688 */
2689#define GNUNET_MESSAGE_TYPE_WDHT_GET_RESULT 918
2690
2691
2641/******************************************************************************* 2692/*******************************************************************************
2642 * RPS messages 2693 * RPS messages
2643 ******************************************************************************/ 2694 ******************************************************************************/