aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-05-05 22:21:31 +0000
committerBart Polot <bart@net.in.tum.de>2011-05-05 22:21:31 +0000
commit76dcc3351564146f788e8a354cb3c42025db21cc (patch)
treece4c838359e568ae511a843b7a9d9dae77564f08 /src/include
parent27ef03e590f6a5729eb6cf7a93829876b562cbcd (diff)
downloadgnunet-76dcc3351564146f788e8a354cb3c42025db21cc.tar.gz
gnunet-76dcc3351564146f788e8a354cb3c42025db21cc.zip
WiP
Diffstat (limited to 'src/include')
-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 */