aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2014-07-25 10:27:43 +0000
committerGabor X Toth <*@tg-x.net>2014-07-25 10:27:43 +0000
commit98638edc1f1013173895fde63443a667525c58be (patch)
tree6fb4db5defa2d4d6339681203824b9ec0d93b157 /src/include
parent6f414d77767065df447f9c223874cb9af5a48ea6 (diff)
downloadgnunet-98638edc1f1013173895fde63443a667525c58be.tar.gz
gnunet-98638edc1f1013173895fde63443a667525c58be.zip
multicast: use cadet to contact remote peers
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_applications.h5
-rw-r--r--src/include/gnunet_signatures.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_applications.h b/src/include/gnunet_applications.h
index 45835ef84..5d93d0500 100644
--- a/src/include/gnunet_applications.h
+++ b/src/include/gnunet_applications.h
@@ -111,6 +111,11 @@ extern "C"
111 */ 111 */
112#define GNUNET_APPLICATION_TYPE_SENSORUPDATE 25 112#define GNUNET_APPLICATION_TYPE_SENSORUPDATE 25
113 113
114/**
115 * Multicast data.
116 */
117#define GNUNET_APPLICATION_TYPE_MULTICAST 26
118
114 119
115#if 0 /* keep Emacsens' auto-indent happy */ 120#if 0 /* keep Emacsens' auto-indent happy */
116{ 121{
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index d875aeb6b..a2a41a256 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -149,7 +149,7 @@ extern "C"
149/** 149/**
150 * Key exchange in CADET 150 * Key exchange in CADET
151 */ 151 */
152#define GNUNET_SIGNATURE_PURPOSE_CADET_KX 21 152#define GNUNET_SIGNATURE_PURPOSE_CADET_KX 21
153 153
154/** 154/**
155 * Signature for the first round of distributed key generation. 155 * Signature for the first round of distributed key generation.