aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mesh_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_mesh_service.h')
-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 2835d0abd..2a288a3a5 100644
--- a/src/include/gnunet_mesh_service.h
+++ b/src/include/gnunet_mesh_service.h
@@ -131,6 +131,7 @@ typedef uint32_t GNUNET_MESH_ApplicationType;
131 * note that the mesh is allowed to drop notifications about inbound 131 * note that the mesh is allowed to drop notifications about inbound
132 * messages if the client does not process them fast enough (for this 132 * messages if the client does not process them fast enough (for this
133 * notification type, a bounded queue is used) 133 * notification type, a bounded queue is used)
134 * @param stypes Application Types the client claims to offer
134 * @return handle to the mesh service 135 * @return handle to the mesh service
135 * NULL on error (in this case, init is never called) 136 * NULL on error (in this case, init is never called)
136 */ 137 */