added scalarproduct multipart protocol numbers
authorChristian Fuchs <christian.fuchs@cfuchs.net>
Mon, 7 Oct 2013 13:32:10 +0000 (13:32 +0000)
committerChristian Fuchs <christian.fuchs@cfuchs.net>
Mon, 7 Oct 2013 13:32:10 +0000 (13:32 +0000)
src/include/gnunet_protocols.h

index 068fb2f813062b711af2e702efbfaca89549ff91..bfc8f1ab31355edd0d2e209c2b7e1aa19877d920 100644 (file)
@@ -1981,15 +1981,25 @@ extern "C"
  */
 #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
 
 
 /*******************************************************************************