aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_normalization.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-10 23:24:01 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-10 23:24:01 +0000
commit1c323bd4cbb388a9e7515a1f733a3062bf093aee (patch)
tree7cc525d79149d44840b9f7a0040aaf3e69ecd665 /src/ats/gnunet-service-ats_normalization.h
parentaedaaed687db1ff20b447378f01ad7306921450c (diff)
downloadgnunet-1c323bd4cbb388a9e7515a1f733a3062bf093aee.tar.gz
gnunet-1c323bd4cbb388a9e7515a1f733a3062bf093aee.zip
fixing #3657 (replace ATS_Information with struct), but WIHTOUT fixing ATS testcases yet
Diffstat (limited to 'src/ats/gnunet-service-ats_normalization.h')
-rw-r--r--src/ats/gnunet-service-ats_normalization.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/ats/gnunet-service-ats_normalization.h b/src/ats/gnunet-service-ats_normalization.h
index 2ce9d726f..2a9f68b60 100644
--- a/src/ats/gnunet-service-ats_normalization.h
+++ b/src/ats/gnunet-service-ats_normalization.h
@@ -35,16 +35,12 @@
35 35
36 36
37/** 37/**
38 * Update and normalize a @a atsi performance information 38 * Update and normalize a @a prop performance information
39 * 39 *
40 * @param address the address to update 40 * @param address the address to update
41 * @param atsi the array of performance information
42 * @param atsi_count the number of atsi information in the array
43 */ 41 */
44void 42void
45GAS_normalization_update_property (struct ATS_Address *address, 43GAS_normalization_update_property (struct ATS_Address *address);
46 const struct GNUNET_ATS_Information *atsi,
47 uint32_t atsi_count);
48 44
49 45
50/** 46/**