aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_performance.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-10-25 12:33:59 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-10-25 12:33:59 +0000
commitf3df83c6329619d841ec44feaaff0ad366fa1eda (patch)
tree93b32662090498136b3770d1bfde06f0553b414d /src/ats/gnunet-service-ats_performance.h
parent9ac6dc6bfcd74b44d7096e2f99d16f47a35fe75a (diff)
downloadgnunet-f3df83c6329619d841ec44feaaff0ad366fa1eda.tar.gz
gnunet-f3df83c6329619d841ec44feaaff0ad366fa1eda.zip
gnunet-ats working and bug 0002593
Diffstat (limited to 'src/ats/gnunet-service-ats_performance.h')
-rw-r--r--src/ats/gnunet-service-ats_performance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats_performance.h b/src/ats/gnunet-service-ats_performance.h
index 75d555a6c..35b7ad3ea 100644
--- a/src/ats/gnunet-service-ats_performance.h
+++ b/src/ats/gnunet-service-ats_performance.h
@@ -66,7 +66,7 @@ GAS_performance_remove_client (struct GNUNET_SERVER_Client *client);
66 * @param bandwidth_in assigned inbound bandwidth 66 * @param bandwidth_in assigned inbound bandwidth
67 */ 67 */
68void 68void
69GAS_performance_notify_clients (const struct GNUNET_PeerIdentity *peer, 69GAS_performance_notify_all_clients (const struct GNUNET_PeerIdentity *peer,
70 const char *plugin_name, 70 const char *plugin_name,
71 const void *plugin_addr, size_t plugin_addr_len, 71 const void *plugin_addr, size_t plugin_addr_len,
72 const struct GNUNET_ATS_Information *atsi, 72 const struct GNUNET_ATS_Information *atsi,