aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_clients.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-28 16:25:09 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-28 16:25:09 +0000
commit677ef8f7fad539bf9ba744a32716ebdfc51a5a42 (patch)
tree4fd9018f7b75acd8f2ea0b3113d829600041ec8c /src/transport/gnunet-service-transport_clients.c
parent8ee5a9290c40e88f075cfd289692ea1bed83df47 (diff)
downloadgnunet-677ef8f7fad539bf9ba744a32716ebdfc51a5a42.tar.gz
gnunet-677ef8f7fad539bf9ba744a32716ebdfc51a5a42.zip
-more doxygen fixes
Diffstat (limited to 'src/transport/gnunet-service-transport_clients.c')
-rw-r--r--src/transport/gnunet-service-transport_clients.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport_clients.c b/src/transport/gnunet-service-transport_clients.c
index aee592d29..d60514565 100644
--- a/src/transport/gnunet-service-transport_clients.c
+++ b/src/transport/gnunet-service-transport_clients.c
@@ -606,7 +606,7 @@ clients_handle_request_connect (void *cls, struct GNUNET_SERVER_Client *client,
606 * the client. 606 * the client.
607 * 607 *
608 * @param cls the transmission context used ('struct GNUNET_SERVER_TransmitContext*') 608 * @param cls the transmission context used ('struct GNUNET_SERVER_TransmitContext*')
609 * @param address the resolved name, NULL to indicate the last response 609 * @param buf text to transmit
610 */ 610 */
611static void 611static void
612transmit_address_to_client (void *cls, const char *buf) 612transmit_address_to_client (void *cls, const char *buf)
@@ -630,7 +630,8 @@ transmit_address_to_client (void *cls, const char *buf)
630 * the client. 630 * the client.
631 * 631 *
632 * @param cls the transmission context used ('struct GNUNET_SERVER_TransmitContext*') 632 * @param cls the transmission context used ('struct GNUNET_SERVER_TransmitContext*')
633 * @param address the resolved name, NULL to indicate the last response 633 * @param buf data to transmit
634 * @param size number of bytes in buf
634 */ 635 */
635static void 636static void
636transmit_binary_to_client (void *cls, void *buf, size_t size) 637transmit_binary_to_client (void *cls, void *buf, size_t size)
@@ -779,7 +780,7 @@ clients_handle_peer_address_lookup (void *cls,
779 * Output the active address of connected neighbours to the given client. 780 * Output the active address of connected neighbours to the given client.
780 * 781 *
781 * @param cls the 'struct GNUNET_SERVER_TransmitContext' for transmission to the client 782 * @param cls the 'struct GNUNET_SERVER_TransmitContext' for transmission to the client
782 * @param neighbour identity of the neighbour 783 * @param peer identity of the neighbour
783 * @param ats performance data 784 * @param ats performance data
784 * @param ats_count number of entries in ats (excluding 0-termination) 785 * @param ats_count number of entries in ats (excluding 0-termination)
785 * @param address the address 786 * @param address the address