aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-07-24 12:14:13 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-07-24 12:14:13 +0000
commitee1ea7af17f80c307584308795a3d684c0279b21 (patch)
treec4d5da1e48eeca73bdca96fe1d0fdd3ce5fa3322 /src/hostlist
parenta35ab677ed4396f271cfd3fea2051044a6a8b5d7 (diff)
downloadgnunet-ee1ea7af17f80c307584308795a3d684c0279b21.tar.gz
gnunet-ee1ea7af17f80c307584308795a3d684c0279b21.zip
doxygen fixes
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist_client.c6
-rw-r--r--src/hostlist/gnunet-daemon-hostlist_client.h12
-rw-r--r--src/hostlist/gnunet-daemon-hostlist_server.c7
-rw-r--r--src/hostlist/gnunet-daemon-hostlist_server.h4
4 files changed, 15 insertions, 14 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist_client.c b/src/hostlist/gnunet-daemon-hostlist_client.c
index 20bd8bedd..d59407af8 100644
--- a/src/hostlist/gnunet-daemon-hostlist_client.c
+++ b/src/hostlist/gnunet-daemon-hostlist_client.c
@@ -1498,9 +1498,9 @@ save_hostlist_file (int shutdown)
1498 * 1498 *
1499 * @param c configuration to use 1499 * @param c configuration to use
1500 * @param st statistics handle to use 1500 * @param st statistics handle to use
1501 * @param ch[OUT] set to handler for CORE connect events 1501 * @param[out] ch set to handler for CORE connect events
1502 * @param dh[OUT] set to handler for CORE disconnect events 1502 * @param[out] dh set to handler for CORE disconnect events
1503 * @param msgh[OUT] set to handler for CORE advertisement messages 1503 * @param[out] msgh set to handler for CORE advertisement messages
1504 * @param learn should we learn hostlist URLs from CORE 1504 * @param learn should we learn hostlist URLs from CORE
1505 * @return #GNUNET_OK on success 1505 * @return #GNUNET_OK on success
1506 */ 1506 */
diff --git a/src/hostlist/gnunet-daemon-hostlist_client.h b/src/hostlist/gnunet-daemon-hostlist_client.h
index 55f355649..181ad24bb 100644
--- a/src/hostlist/gnunet-daemon-hostlist_client.h
+++ b/src/hostlist/gnunet-daemon-hostlist_client.h
@@ -33,12 +33,12 @@
33/** 33/**
34 * Start downloading hostlists from hostlist servers as necessary. 34 * Start downloading hostlists from hostlist servers as necessary.
35 * 35 *
36 * @param c the configuration to use 36 * @param c configuration to use
37 * @param st hande for publishing statistics 37 * @param st statistics handle to use
38 * @param ch[OUT] set to handler for connect notifications 38 * @param[out] ch set to handler for CORE connect events
39 * @param dh[OUT] set to handler for disconnect notifications 39 * @param[out] dh set to handler for CORE disconnect events
40 * @param msgh[OUT] set to handler for message handler notifications 40 * @param[out] msgh set to handler for CORE advertisement messages
41 * @param learn set if client is learning new hostlists 41 * @param learn should we learn hostlist URLs from CORE
42 * @return #GNUNET_OK on success 42 * @return #GNUNET_OK on success
43 */ 43 */
44int 44int
diff --git a/src/hostlist/gnunet-daemon-hostlist_server.c b/src/hostlist/gnunet-daemon-hostlist_server.c
index 938c1cec0..95f735565 100644
--- a/src/hostlist/gnunet-daemon-hostlist_server.c
+++ b/src/hostlist/gnunet-daemon-hostlist_server.c
@@ -203,7 +203,7 @@ check_has_addr (void *cls,
203 * @param cls closure, NULL 203 * @param cls closure, NULL
204 * @param peer id of the peer, NULL for last call 204 * @param peer id of the peer, NULL for last call
205 * @param hello hello message for the peer (can be NULL) 205 * @param hello hello message for the peer (can be NULL)
206 * @param error message 206 * @param err_msg message
207 */ 207 */
208static void 208static void
209host_processor (void *cls, 209host_processor (void *cls,
@@ -304,6 +304,7 @@ accept_policy_callback (void *cls,
304 * 304 *
305 * @param cls argument given together with the function 305 * @param cls argument given together with the function
306 * pointer when the handler was registered with MHD 306 * pointer when the handler was registered with MHD
307 * @param connection
307 * @param url the requested url 308 * @param url the requested url
308 * @param method the HTTP method used (#MHD_HTTP_METHOD_GET, 309 * @param method the HTTP method used (#MHD_HTTP_METHOD_GET,
309 * #MHD_HTTP_METHOD_PUT, etc.) 310 * #MHD_HTTP_METHOD_PUT, etc.)
@@ -642,8 +643,8 @@ prepare_daemon (struct MHD_Daemon *daemon_handle)
642 * @param c configuration to use 643 * @param c configuration to use
643 * @param st statistics handle to use 644 * @param st statistics handle to use
644 * @param co core handle to use 645 * @param co core handle to use
645 * @param server_ch[OUT] set to handler for CORE connect events 646 * @param[out] server_ch set to handler for CORE connect events
646 * @param server_dh[OUT] set to handler for CORE disconnect events 647 * @param[out] server_dh set to handler for CORE disconnect events
647 * @param advertise #GNUNET_YES if we should advertise our hostlist 648 * @param advertise #GNUNET_YES if we should advertise our hostlist
648 * @return #GNUNET_OK on success 649 * @return #GNUNET_OK on success
649 */ 650 */
diff --git a/src/hostlist/gnunet-daemon-hostlist_server.h b/src/hostlist/gnunet-daemon-hostlist_server.h
index bfceda336..816631612 100644
--- a/src/hostlist/gnunet-daemon-hostlist_server.h
+++ b/src/hostlist/gnunet-daemon-hostlist_server.h
@@ -38,8 +38,8 @@
38 * @param c configuration to use 38 * @param c configuration to use
39 * @param st statistics handle to use 39 * @param st statistics handle to use
40 * @param co core handle to use 40 * @param co core handle to use
41 * @param server_ch[OUT] set to handler for CORE connect events 41 * @param[out] server_ch set to handler for CORE connect events
42 * @param server_dh[OUT] set to handler for CORE disconnect events 42 * @param[out] server_dh set to handler for CORE disconnect events
43 * @param advertise #GNUNET_YES if we should advertise our hostlist 43 * @param advertise #GNUNET_YES if we should advertise our hostlist
44 * @return #GNUNET_OK on success 44 * @return #GNUNET_OK on success
45 */ 45 */