aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_applications.h
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-08-22 13:41:49 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-08-22 13:41:49 +0000
commit3003feb0b391420b403654d840d3c67404fab048 (patch)
tree4da537dcded885418f9b7d357a7a8c73176ab4b2 /src/include/gnunet_applications.h
parentf14d78e3c6555f5721705c587e01e8e10503de19 (diff)
downloadgnunet-3003feb0b391420b403654d840d3c67404fab048.tar.gz
gnunet-3003feb0b391420b403654d840d3c67404fab048.zip
added vectorproduct protocol definitions
added to be localized files to POTFILES added (inactive) changes to the src/Makefile.am added manpage for vectorproduct added apptype for vectorproduct added vectorproduct service, client, API and related sources to SVN
Diffstat (limited to 'src/include/gnunet_applications.h')
-rw-r--r--src/include/gnunet_applications.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gnunet_applications.h b/src/include/gnunet_applications.h
index 4e86e332e..866ea0140 100644
--- a/src/include/gnunet_applications.h
+++ b/src/include/gnunet_applications.h
@@ -76,12 +76,15 @@ extern "C"
76 */ 76 */
77#define GNUNET_APPLICATION_TYPE_CONSENSUS 18 77#define GNUNET_APPLICATION_TYPE_CONSENSUS 18
78 78
79
80/** 79/**
81 * Set. Used for two-peer set operations implemented using stream. 80 * Set. Used for two-peer set operations implemented using stream.
82 */ 81 */
83#define GNUNET_APPLICATION_TYPE_SET 19 82#define GNUNET_APPLICATION_TYPE_SET 19
84 83
84/**
85 * Vectorproduct. Used for two-peer vectorproduct operations
86 */
87#define GNUNET_APPLICATION_TYPE_VECTORPRODUCT 20
85 88
86#if 0 /* keep Emacsens' auto-indent happy */ 89#if 0 /* keep Emacsens' auto-indent happy */
87{ 90{