aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mesh_service_new.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-08-07 06:34:19 +0000
committerBart Polot <bart@net.in.tum.de>2011-08-07 06:34:19 +0000
commit4a7ea21113603575b97c37eea5c4ee93d1c376bc (patch)
tree8dcb8b08d48a87097634e83a89f33ccdf5f18019 /src/include/gnunet_mesh_service_new.h
parent5133e679d1c77f276ea7a23f2c054f61fa61ac08 (diff)
downloadgnunet-4a7ea21113603575b97c37eea5c4ee93d1c376bc.tar.gz
gnunet-4a7ea21113603575b97c37eea5c4ee93d1c376bc.zip
Greetings from San Francisco.
Connect_by_type registration and search Local data delivery Fixes Tests
Diffstat (limited to 'src/include/gnunet_mesh_service_new.h')
-rw-r--r--src/include/gnunet_mesh_service_new.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_mesh_service_new.h b/src/include/gnunet_mesh_service_new.h
index d6f9ded37..7d1570550 100644
--- a/src/include/gnunet_mesh_service_new.h
+++ b/src/include/gnunet_mesh_service_new.h
@@ -135,6 +135,7 @@ typedef uint32_t GNUNET_MESH_ApplicationType;
135 * note that the mesh is allowed to drop notifications about 135 * note that the mesh is allowed to drop notifications about
136 * inbound messages if the client does not process them fast 136 * inbound messages if the client does not process them fast
137 * enough (for this notification type, a bounded queue is used) 137 * enough (for this notification type, a bounded queue is used)
138 * @param stypes list of the applications that this client claims to provide
138 * @return handle to the mesh service NULL on error 139 * @return handle to the mesh service NULL on error
139 * (in this case, init is never called) 140 * (in this case, init is never called)
140 */ 141 */