aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-08-27 07:29:59 +0000
committerGabor X Toth <*@tg-x.net>2013-08-27 07:29:59 +0000
commit0f87ae3787762ea32fb3d9580d13782cb2aacdd2 (patch)
treed56c234e6e33be730ca02bb79da65caae28efd23 /src/include/gnunet_protocols.h
parentdff71f18889ee5ca515ab096c8f925858968f1fc (diff)
downloadgnunet-0f87ae3787762ea32fb3d9580d13782cb2aacdd2.tar.gz
gnunet-0f87ae3787762ea32fb3d9580d13782cb2aacdd2.zip
psycstore service skeleton
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 3332bebd3..6c2530d96 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1935,12 +1935,22 @@ extern "C"
1935#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SERVICE_TO_CLIENT 644 1935#define GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SERVICE_TO_CLIENT 644
1936 1936
1937 1937
1938/*******************************************************************************
1939 * PSYCSTORE message types
1940 ******************************************************************************/
1941
1942/**
1943 * Generic response from PSYCstore service with success and/or error message.
1944 */
1945#define GNUNET_MESSAGE_TYPE_PSYCSTORE_RESULT_CODE 650
1946
1938 1947
1939/** 1948/**
1940 * Next available: 650 1949 * Next available: 670
1941 */ 1950 */
1942 1951
1943 1952
1953
1944/* WIP: no numbers assigned yet */ 1954/* WIP: no numbers assigned yet */
1945 1955
1946/******************************************************************************* 1956/*******************************************************************************