aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_applications.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_applications.h')
-rw-r--r--src/include/gnunet_applications.h5
1 files changed, 5 insertions, 0 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{