aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mesh_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/include/gnunet_mesh_service.h
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/include/gnunet_mesh_service.h')
-rw-r--r--src/include/gnunet_mesh_service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_mesh_service.h b/src/include/gnunet_mesh_service.h
index bea706478..bf43c8289 100644
--- a/src/include/gnunet_mesh_service.h
+++ b/src/include/gnunet_mesh_service.h
@@ -135,7 +135,7 @@ typedef uint32_t GNUNET_MESH_ApplicationType;
135 * messages if the client does not process them fast enough (for this 135 * messages if the client does not process them fast enough (for this
136 * notification type, a bounded queue is used) 136 * notification type, a bounded queue is used)
137 * @param stypes Application Types the client claims to offer 137 * @param stypes Application Types the client claims to offer
138 * @return handle to the mesh service 138 * @return handle to the mesh service
139 * NULL on error (in this case, init is never called) 139 * NULL on error (in this case, init is never called)
140 */ 140 */
141struct GNUNET_MESH_Handle * 141struct GNUNET_MESH_Handle *
@@ -146,7 +146,7 @@ GNUNET_MESH_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, void *cls,
146 146
147/** 147/**
148 * Get the peer on the other side of this tunnel if it is just one. Return NULL otherwise 148 * Get the peer on the other side of this tunnel if it is just one. Return NULL otherwise
149 * 149 *
150 * @param tunnel the tunnel 150 * @param tunnel the tunnel
151 * @return the peer or NULL 151 * @return the peer or NULL
152 */ 152 */
@@ -309,7 +309,7 @@ GNUNET_MESH_peer_request_connect_by_type (struct GNUNET_MESH_Handle *h,
309 309
310/** 310/**
311 * Cancel a pending request to connect to a particular peer. Destroys the 311 * Cancel a pending request to connect to a particular peer. Destroys the
312 * tunnel. 312 * tunnel.
313 * 313 *
314 * @param req request handle that was returned for the original request 314 * @param req request handle that was returned for the original request
315 */ 315 */
@@ -333,7 +333,7 @@ struct GNUNET_MESH_TransmitHandle;
333 * @param cork is corking allowed for this transmission? 333 * @param cork is corking allowed for this transmission?
334 * @param priority how important is the message? 334 * @param priority how important is the message?
335 * @param maxdelay how long can the message wait? 335 * @param maxdelay how long can the message wait?
336 * @param target destination for the message, NULL for multicast to all tunnel targets 336 * @param target destination for the message, NULL for multicast to all tunnel targets
337 * @param notify_size how many bytes of buffer space does notify want? 337 * @param notify_size how many bytes of buffer space does notify want?
338 * @param notify function to call when buffer space is available; 338 * @param notify function to call when buffer space is available;
339 * will be called with NULL on timeout or if the overall queue 339 * will be called with NULL on timeout or if the overall queue