From 73a48a626764013ab9f332810b5f7715c60105b4 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Mon, 16 Jan 2017 15:30:03 +0100 Subject: protocols.h: reserve block for auction service --- src/include/gnunet_protocols.h | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'src/include/gnunet_protocols.h') 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" /* 1080-1109 reserved for TMCG (Heiko Stamer, see gnunet-developers, January 2017) */ + +/******************************************************************************/ +/*********************************** AUCTION ********************************/ +/******************************************************************************/ + +/** + * Client wants to create a new auction. + */ +#define GNUNET_MESSAGE_TYPE_AUCTION_CLIENT_CREATE 1110 + +/** + * Client wants to join an existing auction. + */ +#define GNUNET_MESSAGE_TYPE_AUCTION_CLIENT_JOIN 1111 + +/** + * Service reports the auction outcome to the client. + */ +#define GNUNET_MESSAGE_TYPE_AUCTION_CLIENT_OUTCOME 1112 + + /** - * Next available: 1110 + * Next available: 1130 */ -- cgit v1.2.3