aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 23:57:16 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:55:00 +0100
commite4bf8b123e056bddcbf580f8480e8ea08e36dc39 (patch)
tree723b648fe5b2dce8d1d55f4061c0f96ae7136752 /src/exit
parent17824f684b12a975750c140074b90aa91b311888 (diff)
downloadgnunet-e4bf8b123e056bddcbf580f8480e8ea08e36dc39.tar.gz
gnunet-e4bf8b123e056bddcbf580f8480e8ea08e36dc39.zip
-DOC: Documentation cleanup pass through EXIT daemon
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-daemon-exit.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index f4a17e32a..425f7c816 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -1821,7 +1821,7 @@ handle_tcp_remote (void *cls,
1821 * connection via this peer. 1821 * connection via this peer.
1822 * 1822 *
1823 * @param cls our `struct ChannelState *` 1823 * @param cls our `struct ChannelState *`
1824 * @param message the actual message 1824 * @param data the actual message
1825 * @return #GNUNET_OK to keep the connection open, 1825 * @return #GNUNET_OK to keep the connection open,
1826 * #GNUNET_SYSERR to close it (signal serious error) 1826 * #GNUNET_SYSERR to close it (signal serious error)
1827 */ 1827 */
@@ -1861,7 +1861,7 @@ check_tcp_data (void *cls,
1861 * connection via this peer. 1861 * connection via this peer.
1862 * 1862 *
1863 * @param cls our `struct ChannelState *` 1863 * @param cls our `struct ChannelState *`
1864 * @param message the actual message 1864 * @param data the actual message
1865 */ 1865 */
1866static void 1866static void
1867handle_tcp_data (void *cls, 1867handle_tcp_data (void *cls,
@@ -3231,7 +3231,6 @@ free_iterate (void *cls,
3231 * service process alive by virtue of being scheduled. 3231 * service process alive by virtue of being scheduled.
3232 * 3232 *
3233 * @param cls NULL 3233 * @param cls NULL
3234 * @param tc scheduler context
3235 */ 3234 */
3236static void 3235static void
3237dummy_task (void *cls) 3236dummy_task (void *cls)