aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist_server.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist_server.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist_server.c b/src/hostlist/gnunet-daemon-hostlist_server.c
index fb80f6331..46b18b266 100644
--- a/src/hostlist/gnunet-daemon-hostlist_server.c
+++ b/src/hostlist/gnunet-daemon-hostlist_server.c
@@ -36,7 +36,7 @@
36 36
37 37
38/** 38/**
39 * How long until our hostlist advertisment transmission via CORE should 39 * How long until our hostlist advertisement transmission via CORE should
40 * time out? 40 * time out?
41 */ 41 */
42#define GNUNET_ADV_TIMEOUT \ 42#define GNUNET_ADV_TIMEOUT \
@@ -127,7 +127,7 @@ struct HostSet
127 127
128 128
129/** 129/**
130 * NULL if we are not currenlty iterating over peer information. 130 * NULL if we are not currently iterating over peer information.
131 */ 131 */
132static struct HostSet *builder; 132static struct HostSet *builder;
133 133
@@ -184,7 +184,7 @@ finish_response ()
184 * @param cls closure, an `int *` 184 * @param cls closure, an `int *`
185 * @param address the address (ignored) 185 * @param address the address (ignored)
186 * @param expiration expiration time (call is ignored if this is in the past) 186 * @param expiration expiration time (call is ignored if this is in the past)
187 * @return #GNUNET_SYSERR to stop iterating (unless expiration has occured) 187 * @return #GNUNET_SYSERR to stop iterating (unless expiration has occurred)
188 */ 188 */
189static int 189static int
190check_has_addr (void *cls, 190check_has_addr (void *cls,
@@ -343,7 +343,7 @@ accept_policy_callback (void *cls,
343 * can be set with the #MHD_OPTION_NOTIFY_COMPLETED). 343 * can be set with the #MHD_OPTION_NOTIFY_COMPLETED).
344 * Initially, `*con_cls` will be NULL. 344 * Initially, `*con_cls` will be NULL.
345 * @return #MHD_YES if the connection was handled successfully, 345 * @return #MHD_YES if the connection was handled successfully,
346 * #MHD_NO if the socket must be closed due to a serios 346 * #MHD_NO if the socket must be closed due to a serious
347 * error while handling the request 347 * error while handling the request
348 */ 348 */
349static MHD_RESULT 349static MHD_RESULT