aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-05-15 08:38:09 +0000
committerBart Polot <bart@net.in.tum.de>2013-05-15 08:38:09 +0000
commit2399550f72d224717fa1c8b767fc0a9749d348cf (patch)
tree570e0f2da68680a9544c6fbe88aa0abac64c55e1
parent408e4e40532ba164c45bb74530ae0a5f655556e8 (diff)
downloadgnunet-2399550f72d224717fa1c8b767fc0a9749d348cf.tar.gz
gnunet-2399550f72d224717fa1c8b767fc0a9749d348cf.zip
- notice
-rw-r--r--src/include/gnunet_mesh_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_mesh_service.h b/src/include/gnunet_mesh_service.h
index 4aa5947c4..3005c1239 100644
--- a/src/include/gnunet_mesh_service.h
+++ b/src/include/gnunet_mesh_service.h
@@ -150,6 +150,7 @@ typedef void (GNUNET_MESH_TunnelEndHandler) (void *cls,
150 150
151/** 151/**
152 * Type for an application. Values defined in gnunet_applications.h 152 * Type for an application. Values defined in gnunet_applications.h
153 * DEPRECATED - not present in mesh2
153 */ 154 */
154typedef uint32_t GNUNET_MESH_ApplicationType; 155typedef uint32_t GNUNET_MESH_ApplicationType;
155 156