aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h23
1 files changed, 22 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 9e91a958c..cea774932 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2835,8 +2835,29 @@ extern "C"
2835 2835
2836/* 1080-1109 reserved for TMCG (Heiko Stamer, see gnunet-developers, January 2017) */ 2836/* 1080-1109 reserved for TMCG (Heiko Stamer, see gnunet-developers, January 2017) */
2837 2837
2838
2839/******************************************************************************/
2840/*********************************** AUCTION ********************************/
2841/******************************************************************************/
2842
2843/**
2844 * Client wants to create a new auction.
2845 */
2846#define GNUNET_MESSAGE_TYPE_AUCTION_CLIENT_CREATE 1110
2847
2848/**
2849 * Client wants to join an existing auction.
2850 */
2851#define GNUNET_MESSAGE_TYPE_AUCTION_CLIENT_JOIN 1111
2852
2853/**
2854 * Service reports the auction outcome to the client.
2855 */
2856#define GNUNET_MESSAGE_TYPE_AUCTION_CLIENT_OUTCOME 1112
2857
2858
2838/** 2859/**
2839 * Next available: 1110 2860 * Next available: 1130
2840 */ 2861 */
2841 2862
2842 2863