aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-03-11 03:39:47 +0000
committerBart Polot <bart@net.in.tum.de>2011-03-11 03:39:47 +0000
commit69d9f80b83053162a38a292fc8a024acb6a463a9 (patch)
treed8668cdb5c158e4c11b35a193ea19025af2c39d7 /src/include
parente87e273ce5f864e20fcca02c34bef72de4fc00bd (diff)
downloadgnunet-69d9f80b83053162a38a292fc8a024acb6a463a9.tar.gz
gnunet-69d9f80b83053162a38a292fc8a024acb6a463a9.zip
Added more data structures and functions to build the skeleton of mesh
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_mesh_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_mesh_service.h b/src/include/gnunet_mesh_service.h
index 36dbafb86..1677c714c 100644
--- a/src/include/gnunet_mesh_service.h
+++ b/src/include/gnunet_mesh_service.h
@@ -213,7 +213,7 @@ GNUNET_MESH_peer_request_connect_any (struct GNUNET_MESH_Handle *h,
213 * 213 *
214 * @param h mesh handle 214 * @param h mesh handle
215 * @param timeout how long to try to establish a connection 215 * @param timeout how long to try to establish a connection
216 * @param num_peers length of the peers arrray 216 * @param num_peers length of the peers array
217 * @param peers list of candidates to connect to 217 * @param peers list of candidates to connect to
218 * @param connect_handler function to call on successful connect (or timeout); 218 * @param connect_handler function to call on successful connect (or timeout);
219 * will be called for EACH of the peers in the list and 219 * will be called for EACH of the peers in the list and