aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/testing_messenger_barrier.h
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 20:44:52 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:34 +0100
commitdd797c2c6c01520fa73b1fd335ccd42df86b1b4d (patch)
tree1f508fa523fa7c3400fbd4f95a344d7f44ce37c1 /src/messenger/testing_messenger_barrier.h
parent1d0bbddfefaefb6e3f5cd240e56462a6bef2fa09 (diff)
downloadgnunet-dd797c2c6c01520fa73b1fd335ccd42df86b1b4d.tar.gz
gnunet-dd797c2c6c01520fa73b1fd335ccd42df86b1b4d.zip
-DOC: Documentation cleanup pass through MESSENGER subsystem
Diffstat (limited to 'src/messenger/testing_messenger_barrier.h')
-rw-r--r--src/messenger/testing_messenger_barrier.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messenger/testing_messenger_barrier.h b/src/messenger/testing_messenger_barrier.h
index 3062a393a..5ea0fe137 100644
--- a/src/messenger/testing_messenger_barrier.h
+++ b/src/messenger/testing_messenger_barrier.h
@@ -62,7 +62,7 @@ typedef void
62 * GNUNET_wait_barrier(). 62 * GNUNET_wait_barrier().
63 * @param cb the callback to call when the pseudo-barrier is reached or upon 63 * @param cb the callback to call when the pseudo-barrier is reached or upon
64 * error. Can be NULL. 64 * error. Can be NULL.
65 * @param cls closure for the above callback 65 * @param cb_cls closure for the above callback
66 * @return pseudo-barrier handle; NULL upon error 66 * @return pseudo-barrier handle; NULL upon error
67 */ 67 */
68struct GNUNET_BarrierHandle* 68struct GNUNET_BarrierHandle*
@@ -108,7 +108,7 @@ typedef void
108 * 108 *
109 * @param barrier the pseudo-barrier handle 109 * @param barrier the pseudo-barrier handle
110 * @param cb the pseudo-barrier wait callback 110 * @param cb the pseudo-barrier wait callback
111 * @param cls the closure for the above callback 111 * @param cb_cls the closure for the above callback
112 * @return pseudo-barrier wait handle which can be used to cancel the waiting 112 * @return pseudo-barrier wait handle which can be used to cancel the waiting
113 * at anytime before the callback is called. NULL upon error. 113 * at anytime before the callback is called. NULL upon error.
114 */ 114 */