aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/ats-testing.h')
-rw-r--r--src/ats-tests/ats-testing.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ats-tests/ats-testing.h b/src/ats-tests/ats-testing.h
index 7b1633c28..a2e61c0d6 100644
--- a/src/ats-tests/ats-testing.h
+++ b/src/ats-tests/ats-testing.h
@@ -84,8 +84,7 @@ typedef void (*GNUNET_ATS_TEST_TopologySetupDoneCallback) (void *cls,
84 * @param address_active is address active 84 * @param address_active is address active
85 * @param bandwidth_out bandwidth outbound 85 * @param bandwidth_out bandwidth outbound
86 * @param bandwidth_in bandwidth inbound 86 * @param bandwidth_in bandwidth inbound
87 * @param ats ats information 87 * @param prop performance information
88 * @param ats_count number of ats inforation
89 */ 88 */
90typedef void 89typedef void
91(*GNUNET_ATS_TEST_LogRequest) (void *cls, 90(*GNUNET_ATS_TEST_LogRequest) (void *cls,
@@ -93,8 +92,7 @@ typedef void
93 int address_active, 92 int address_active,
94 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out, 93 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out,
95 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in, 94 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in,
96 const struct GNUNET_ATS_Information *ats, 95 const struct GNUNET_ATS_Properties *prop);
97 uint32_t ats_count);
98 96
99/** 97/**
100 * Information we track for a peer in the testbed. 98 * Information we track for a peer in the testbed.