aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_performance.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-26 10:50:06 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-26 10:50:06 +0000
commitfcd8cd22ee2c843b86cc945062ebbeb49f6030a2 (patch)
tree21e575a8a6e02ff7edb11c187a42d7b8c5b4f7a9 /src/ats/gnunet-service-ats_performance.h
parentf22d1f58fde071d607853f50e9c0a7a2a3166e4e (diff)
downloadgnunet-fcd8cd22ee2c843b86cc945062ebbeb49f6030a2.tar.gz
gnunet-fcd8cd22ee2c843b86cc945062ebbeb49f6030a2.zip
changes
Diffstat (limited to 'src/ats/gnunet-service-ats_performance.h')
-rw-r--r--src/ats/gnunet-service-ats_performance.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats_performance.h b/src/ats/gnunet-service-ats_performance.h
index cf7a5f9ca..790e1cc4a 100644
--- a/src/ats/gnunet-service-ats_performance.h
+++ b/src/ats/gnunet-service-ats_performance.h
@@ -54,8 +54,18 @@ GAS_performance_remove_client (struct GNUNET_SERVER_Client *client);
54 54
55void 55void
56GAS_handle_performance_update (struct GNUNET_PeerIdentity *peer, 56GAS_handle_performance_update (struct GNUNET_PeerIdentity *peer,
57 const char *plugin_name,
58 const void *plugin_addr,
59 size_t plugin_addr_len,
60 const int active,
57 struct GNUNET_ATS_Information *ats, 61 struct GNUNET_ATS_Information *ats,
58 uint32_t ats_count); 62 uint32_t ats_count,
63 struct GNUNET_BANDWIDTH_Value32NBO
64 bandwidth_out,
65 struct GNUNET_BANDWIDTH_Value32NBO
66 bandwidth_in);
67
68
59 69
60/** 70/**
61 * Transmit the given performance information to all performance 71 * Transmit the given performance information to all performance