gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: protocols.h: reserve block


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: protocols.h: reserve block for auction service
Date: Mon, 16 Jan 2017 15:30:11 +0100

This is an automated email from the git hooks/post-receive script.

mteich pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 73a48a626 protocols.h: reserve block for auction service
73a48a626 is described below

commit 73a48a626764013ab9f332810b5f7715c60105b4
Author: Markus Teich <address@hidden>
AuthorDate: Mon Jan 16 15:30:03 2017 +0100

    protocols.h: reserve block for auction service
---
 src/include/gnunet_protocols.h | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

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
  */
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]