aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mesh_service.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-03-09 03:04:06 +0000
committerBart Polot <bart@net.in.tum.de>2011-03-09 03:04:06 +0000
commitf7c0d631f7119d27e9ddcfc0064a3cd6610ba901 (patch)
tree1999235fdea77d572ef88116ea3370dc88585859 /src/include/gnunet_mesh_service.h
parentb2e82d34bc2a189f37c1c90ac2c7c93b1bc00e92 (diff)
downloadgnunet-f7c0d631f7119d27e9ddcfc0064a3cd6610ba901.tar.gz
gnunet-f7c0d631f7119d27e9ddcfc0064a3cd6610ba901.zip
Added first data structures for the MESH service
Diffstat (limited to 'src/include/gnunet_mesh_service.h')
-rw-r--r--src/include/gnunet_mesh_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_mesh_service.h b/src/include/gnunet_mesh_service.h
index 1ff5e3bec..36dbafb86 100644
--- a/src/include/gnunet_mesh_service.h
+++ b/src/include/gnunet_mesh_service.h
@@ -114,7 +114,7 @@ typedef void (GNUNET_MESH_TunnelEndHandler)(void *cls,
114 114
115 115
116/** 116/**
117 * Connect to the mesh service. 117 * Connect to the mesh service.
118 * 118 *
119 * @param cfg configuration to use 119 * @param cfg configuration to use
120 * @param cls closure for the various callbacks that follow (including handlers in the handlers array) 120 * @param cls closure for the various callbacks that follow (including handlers in the handlers array)
@@ -190,7 +190,7 @@ struct GNUNET_MESH_PeerRequestHandle;
190 * 190 *
191 * @param h mesh handle 191 * @param h mesh handle
192 * @param timeout how long to try to establish a connection 192 * @param timeout how long to try to establish a connection
193 * @param num_peers length of the peers arrray 193 * @param num_peers length of the peers array
194 * @param peers list of candidates to connect to 194 * @param peers list of candidates to connect to
195 * @param connect_handler function to call on successful connect (or timeout) 195 * @param connect_handler function to call on successful connect (or timeout)
196 * @param disconnect_handler function to call on disconnect 196 * @param disconnect_handler function to call on disconnect