aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-12-23 08:18:49 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-12-23 08:18:49 +0000
commit81888a3f4e87cf3cf359248e33e7cdca0d190d78 (patch)
tree4406c9f67336d8bcf597669cbed2cf6f24a77c86 /src/transport/plugin_transport_http.c
parent42a83e9a959d17fad15a65d8fd915dfa2f94e28d (diff)
downloadgnunet-81888a3f4e87cf3cf359248e33e7cdca0d190d78.tar.gz
gnunet-81888a3f4e87cf3cf359248e33e7cdca0d190d78.zip
Diffstat (limited to 'src/transport/plugin_transport_http.c')
-rw-r--r--src/transport/plugin_transport_http.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index 8d6801ce7..f879012c9 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -512,18 +512,18 @@ static void http_server_daemon_v6_run (void *cls, const struct GNUNET_SCHEDULER_
512 512
513/** 513/**
514 * Function setting up curl handle and selecting message to send 514 * Function setting up curl handle and selecting message to send
515 *
515 * @param plugin plugin 516 * @param plugin plugin
516 * @param ses session to send data to 517 * @param ps session
517 * @param con connection 518 * @return GNUNET_SYSERR on failure, GNUNET_NO if connecting, GNUNET_YES if ok
518 * @return bytes sent to peer
519 */ 519 */
520static int send_check_connections (struct Plugin *plugin, struct Session *ps); 520static int send_check_connections (struct Plugin *plugin, struct Session *ps);
521 521
522/** 522/**
523 * Function setting up file descriptors and scheduling task to run 523 * Function setting up file descriptors and scheduling task to run
524 * @param cls closure 524 *
525 * @param ses session to send data to 525 * @param plugin plugin as closure
526 * @param 526 * @return GNUNET_SYSERR for hard failure, GNUNET_OK for ok
527 */ 527 */
528static int curl_schedule (struct Plugin *plugin); 528static int curl_schedule (struct Plugin *plugin);
529 529
@@ -1818,7 +1818,7 @@ static void curl_perform (void *cls,
1818/** 1818/**
1819 * Function setting up file descriptors and scheduling task to run 1819 * Function setting up file descriptors and scheduling task to run
1820 * 1820 *
1821 * @param plugin plugin as closure 1821 * @param plugin plugin as closure
1822 * @return GNUNET_SYSERR for hard failure, GNUNET_OK for ok 1822 * @return GNUNET_SYSERR for hard failure, GNUNET_OK for ok
1823 */ 1823 */
1824static int curl_schedule(struct Plugin *plugin) 1824static int curl_schedule(struct Plugin *plugin)