aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mesh_service_new.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_new.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_new.h')
-rw-r--r--src/include/gnunet_mesh_service_new.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_mesh_service_new.h b/src/include/gnunet_mesh_service_new.h
index 83addfce5..d0be4ee77 100644
--- a/src/include/gnunet_mesh_service_new.h
+++ b/src/include/gnunet_mesh_service_new.h
@@ -257,14 +257,14 @@ struct GNUNET_MESH_TransmitHandle;
257 257
258/** 258/**
259 * Ask the mesh to call "notify" once it is ready to transmit the 259 * Ask the mesh to call "notify" once it is ready to transmit the
260 * given number of bytes to the specified tunnel or target. 260 * given number of bytes to the specified tunnel or target.
261 * 261 *
262 * @param tunnel tunnel to use for transmission 262 * @param tunnel tunnel to use for transmission
263 * @param cork is corking allowed for this transmission? 263 * @param cork is corking allowed for this transmission?
264 * @param priority how important is the message? 264 * @param priority how important is the message?
265 * @param maxdelay how long can the message wait? 265 * @param maxdelay how long can the message wait?
266 * @param target destination for the message 266 * @param target destination for the message
267 * NULL for multicast to all tunnel targets 267 * NULL for multicast to all tunnel targets
268 * @param notify_size how many bytes of buffer space does notify want? 268 * @param notify_size how many bytes of buffer space does notify want?
269 * @param notify function to call when buffer space is available; 269 * @param notify function to call when buffer space is available;
270 * will be called with NULL on timeout or if the overall queue 270 * will be called with NULL on timeout or if the overall queue