aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api.c
diff options
context:
space:
mode:
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