aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-10-07 13:32:10 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-10-07 13:32:10 +0000
commit2869ab66a7aea4bb98d45c736e37c5bb807a6605 (patch)
tree59937ad8452f8475203ff1abd5683665f5afe309 /src/include
parent17056f5c94a79ed04ac10680e5d90d6e17f19b95 (diff)
downloadgnunet-2869ab66a7aea4bb98d45c736e37c5bb807a6605.tar.gz
gnunet-2869ab66a7aea4bb98d45c736e37c5bb807a6605.zip
added scalarproduct multipart protocol numbers
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h14
1 files changed, 12 insertions, 2 deletions
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
@@ -1982,14 +1982,24 @@ extern "C"
1982#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_TO_BOB 642 1982#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_TO_BOB 642
1983 1983
1984/** 1984/**
1985 * Vector-Product Service request -> remote VP Service Multipart
1986 */
1987#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_TO_BOB_MULTIPART 643
1988
1989/**
1985 * remote Vector-Product Service response -> requesting VP Service 1990 * remote Vector-Product Service response -> requesting VP Service
1986 */ 1991 */
1987#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_BOB_TO_ALICE 643 1992#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_BOB_TO_ALICE 644
1993
1994/**
1995 * remote Vector-Product Service response -> requesting VP Service Multipart
1996 */
1997#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_BOB_TO_ALICE_MULTIPART 645
1988 1998
1989/** 1999/**
1990 * Vector-Product Service response -> Client 2000 * Vector-Product Service response -> Client
1991 */ 2001 */
1992#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SERVICE_TO_CLIENT 644 2002#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SERVICE_TO_CLIENT 646
1993 2003
1994 2004
1995/******************************************************************************* 2005/*******************************************************************************