From: Markus Teich Date: Mon, 16 Jan 2017 14:30:03 +0000 (+0100) Subject: protocols.h: reserve block for auction service X-Git-Tag: taler-0.2.1~436 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=73a48a626764013ab9f332810b5f7715c60105b4;p=oweals%2Fgnunet.git protocols.h: reserve block for auction service --- 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 */