aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-15 19:46:04 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-15 19:46:04 +0000
commit538a69e10fb7ef1441fadb14320ce3228fe777bf (patch)
treec605606446f3f78c0e6b87ff360690eddac723ca /src/include
parent836b412e8acb0a796fed94a46826b3fb9a679fc6 (diff)
downloadgnunet-538a69e10fb7ef1441fadb14320ce3228fe777bf.tar.gz
gnunet-538a69e10fb7ef1441fadb14320ce3228fe777bf.zip
-box DV messages when needed
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 0b15ae3c3..1101359dd 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -212,6 +212,11 @@ extern "C"
212 */ 212 */
213#define GNUNET_MESSAGE_TYPE_DV_DISTANCE_CHANGED 52 213#define GNUNET_MESSAGE_TYPE_DV_DISTANCE_CHANGED 52
214 214
215/**
216 * DV message box for boxing multiple messages.
217 */
218#define GNUNET_MESSAGE_TYPE_DV_BOX 53
219
215 220
216/******************************************************************************* 221/*******************************************************************************
217 * Transport-UDP message types 222 * Transport-UDP message types