aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api.c
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/mesh/mesh_api.c
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/mesh/mesh_api.c')
-rw-r--r--src/mesh/mesh_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index 3a50e44ee..0edb6eb0c 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -673,7 +673,7 @@ core_notify (void *cls, size_t size, void *buf)
673 * @param cork is corking allowed for this transmission? 673 * @param cork is corking allowed for this transmission?
674 * @param priority how important is the message? 674 * @param priority how important is the message?
675 * @param maxdelay how long can the message wait? 675 * @param maxdelay how long can the message wait?
676 * @param target destination for the message, NULL for multicast to all tunnel targets 676 * @param target destination for the message, NULL for multicast to all tunnel targets
677 * @param notify_size how many bytes of buffer space does notify want? 677 * @param notify_size how many bytes of buffer space does notify want?
678 * @param notify function to call when buffer space is available; 678 * @param notify function to call when buffer space is available;
679 * will be called with NULL on timeout or if the overall queue 679 * will be called with NULL on timeout or if the overall queue