gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29921 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r29921 - gnunet/src/include
Date: Mon, 7 Oct 2013 15:32:11 +0200

Author: cfuchs
Date: 2013-10-07 15:32:10 +0200 (Mon, 07 Oct 2013)
New Revision: 29921

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
added scalarproduct multipart protocol numbers


Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2013-10-07 11:17:02 UTC (rev 
29920)
+++ gnunet/src/include/gnunet_protocols.h       2013-10-07 13:32:10 UTC (rev 
29921)
@@ -1982,14 +1982,24 @@
 #define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_TO_BOB 642
 
 /**
+ * Vector-Product Service request -> remote VP Service Multipart
+ */
+#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_TO_BOB_MULTIPART 643
+
+/**
  * remote Vector-Product Service response -> requesting VP Service
  */
-#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_BOB_TO_ALICE 643
+#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_BOB_TO_ALICE 644
 
 /**
+ * remote Vector-Product Service response -> requesting VP Service Multipart
+ */
+#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_BOB_TO_ALICE_MULTIPART 645
+
+/**
  * Vector-Product Service response -> Client
  */
-#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SERVICE_TO_CLIENT 644
+#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SERVICE_TO_CLIENT 646
 
 
 
/*******************************************************************************




reply via email to

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