- dozygen
authorMatthias Wachs <wachs@net.in.tum.de>
Fri, 6 Jul 2012 13:34:48 +0000 (13:34 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Fri, 6 Jul 2012 13:34:48 +0000 (13:34 +0000)
src/transport/gnunet-service-transport.c
src/transport/gnunet-service-transport_clients.c

index a0e8118867f79999c4f43308c2f895dd41747950..ee08a7a1d2aef56ab4ad57f9dc02f18f6bf6cef4 100644 (file)
@@ -450,6 +450,8 @@ ats_request_address_change (void *cls,
  * @param peer the peer that connected
  * @param ats performance data
  * @param ats_count number of entries in ats
+ * @param bandwidth_in inbound bandwidth in NBO
+ * @param bandwidth_out outbound bandwidth in NBO
  */
 static void
 neighbours_connect_notification (void *cls,
index c530a9da454ebd96bbfbd7b9063be60265edb197..2d1db9b2ff83591acf7f2d7f6dc64e9f546987e6 100644 (file)
@@ -431,6 +431,8 @@ client_disconnect_notification (void *cls, struct GNUNET_SERVER_Client *client)
  * @param ats performance data
  * @param ats_count number of entries in ats (excluding 0-termination)
  * @param address the address
+ * @param bandwidth_in inbound bandwidth in NBO
+ * @param bandwidth_out outbound bandwidth in NBO
  */
 static void
 notify_client_about_neighbour (void *cls,