protocols.h: reserve block for auction service
authorMarkus Teich <teichm@fs.tum.de>
Mon, 16 Jan 2017 14:30:03 +0000 (15:30 +0100)
committerMarkus Teich <teichm@fs.tum.de>
Mon, 16 Jan 2017 14:30:03 +0000 (15:30 +0100)
src/include/gnunet_protocols.h

index 9e91a958c37be69620d69adabdbaf4aea105182c..cea77493232fa94a1e07346172898415d7df5898 100644 (file)
@@ -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
  */