From: Christian Fuchs Date: Mon, 7 Oct 2013 13:32:10 +0000 (+0000) Subject: added scalarproduct multipart protocol numbers X-Git-Tag: initial-import-from-subversion-38251~6751 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2869ab66a7aea4bb98d45c736e37c5bb807a6605;p=oweals%2Fgnunet.git added scalarproduct multipart protocol numbers --- diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 068fb2f81..bfc8f1ab3 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -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 /*******************************************************************************