aboutsummaryrefslogtreecommitdiff
path: root/src/util/speedup.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-04 03:22:05 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:33 +0100
commit5f00aea2b3f7e5054e1467178ae62dccc8a5012d (patch)
tree97c2aa22cdbfc842e34f98450dca0bc42074bd4d /src/util/speedup.c
parent64711ee52d72c750cac809a88d92737b080a438c (diff)
downloadgnunet-5f00aea2b3f7e5054e1467178ae62dccc8a5012d.tar.gz
gnunet-5f00aea2b3f7e5054e1467178ae62dccc8a5012d.zip
-DOC: Comment stripping pass through UTIL dnsstub, regex, speedup, and TUN libraries
Diffstat (limited to 'src/util/speedup.c')
-rw-r--r--src/util/speedup.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/util/speedup.c b/src/util/speedup.c
index 3d9e82319..82a8746a9 100644
--- a/src/util/speedup.c
+++ b/src/util/speedup.c
@@ -55,12 +55,6 @@ do_speedup (void *cls)
55} 55}
56 56
57 57
58/**
59 * Start task that may speed up our system clock artificially
60 *
61 * @param cfg configuration to use
62 * @return #GNUNET_OK on success, #GNUNET_SYSERR if the speedup was not configured
63 */
64int 58int
65GNUNET_SPEEDUP_start_ (const struct GNUNET_CONFIGURATION_Handle *cfg) 59GNUNET_SPEEDUP_start_ (const struct GNUNET_CONFIGURATION_Handle *cfg)
66{ 60{