aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-02-13 17:00:10 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-02-13 17:00:10 +0000
commit3b2be11385b8b4626b86d4438008eb0508f856fa (patch)
tree50129841d9edb39ac8a1a01b3972c15bf6c198f9 /src/transport/gnunet-service-transport.c
parent6be522885e1ad907c00a293b928fc37973f0d331 (diff)
downloadgnunet-3b2be11385b8b4626b86d4438008eb0508f856fa.tar.gz
gnunet-3b2be11385b8b4626b86d4438008eb0508f856fa.zip
- doxygen errors
Diffstat (limited to 'src/transport/gnunet-service-transport.c')
-rw-r--r--src/transport/gnunet-service-transport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index 8b96babc3..cd9bb5c65 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -120,7 +120,7 @@ process_hello_update (void *cls, const struct GNUNET_MessageHeader *hello)
120 * @param peer (claimed) identity of the other peer 120 * @param peer (claimed) identity of the other peer
121 * @param address the address 121 * @param address the address
122 * @param session session used 122 * @param session session used
123 * @param msg the message to process 123 * @param message the message to process
124 * @param ats performance information 124 * @param ats performance information
125 * @param ats_count number of records in ats 125 * @param ats_count number of records in ats
126 * @return how long the plugin should wait until receiving more data 126 * @return how long the plugin should wait until receiving more data
@@ -408,7 +408,7 @@ plugin_env_address_to_type (void *cls,
408 * @param bandwidth_out assigned outbound bandwidth for the connection, 0 to disconnect from peer 408 * @param bandwidth_out assigned outbound bandwidth for the connection, 0 to disconnect from peer
409 * @param bandwidth_in assigned inbound bandwidth for the connection, 0 to disconnect from peer 409 * @param bandwidth_in assigned inbound bandwidth for the connection, 0 to disconnect from peer
410 * @param ats ATS information 410 * @param ats ATS information
411 * @param number of ATS elements 411 * @param ats_count number of ATS elements
412 */ 412 */
413static void 413static void
414ats_request_address_change (void *cls, 414ats_request_address_change (void *cls,