aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_applications.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-14 13:21:05 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-14 13:21:05 +0000
commitaa81b29bafe44a8c348f1be7fc58d926dc488e94 (patch)
treea4a30f88e6e5e62c57a3edb1ac566f38dde33517 /src/include/gnunet_applications.h
parenta93a37b08dc0fea3fc1711a494b1ed52ead0d3be (diff)
downloadgnunet-aa81b29bafe44a8c348f1be7fc58d926dc488e94.tar.gz
gnunet-aa81b29bafe44a8c348f1be7fc58d926dc488e94.zip
-mqtt needs a port
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 56e45b72e..b9337addf 100644
--- a/src/include/gnunet_applications.h
+++ b/src/include/gnunet_applications.h
@@ -96,6 +96,11 @@ extern "C"
96 */ 96 */
97#define GNUNET_APPLICATION_TYPE_CONVERSATION_AUDIO 22 97#define GNUNET_APPLICATION_TYPE_CONVERSATION_AUDIO 22
98 98
99/**
100 * MQTT publish-subscribe.
101 */
102#define GNUNET_APPLICATION_TYPE_MQTT 23
103
99 104
100#if 0 /* keep Emacsens' auto-indent happy */ 105#if 0 /* keep Emacsens' auto-indent happy */
101{ 106{