aboutsummaryrefslogtreecommitdiff
path: root/src/ats/test_ats_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-13 11:59:13 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-13 11:59:13 +0000
commit86ad1393cdf6c8b37437c330fce25ebfffbc8ffd (patch)
treea74f38f8f6379361490ca8b9395d1ee161943b98 /src/ats/test_ats_api.c
parent0a5333c2df162d6f6f9bd35ea04d57e6abcc0b6f (diff)
downloadgnunet-86ad1393cdf6c8b37437c330fce25ebfffbc8ffd.tar.gz
gnunet-86ad1393cdf6c8b37437c330fce25ebfffbc8ffd.zip
new ATS API -- code won't compile
Diffstat (limited to 'src/ats/test_ats_api.c')
-rw-r--r--src/ats/test_ats_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/test_ats_api.c b/src/ats/test_ats_api.c
index 42d485994..4a4bf9772 100644
--- a/src/ats/test_ats_api.c
+++ b/src/ats/test_ats_api.c
@@ -42,7 +42,7 @@
42 42
43static struct GNUNET_CONFIGURATION_Handle *cfg; 43static struct GNUNET_CONFIGURATION_Handle *cfg;
44 44
45static struct GNUNET_ATS_Handle *ats; 45static struct GNUNET_ATS_SchedulingHandle *ats;
46 46
47static void 47static void
48alloc_cb (void *cls, const struct GNUNET_PeerIdentity *peer, 48alloc_cb (void *cls, const struct GNUNET_PeerIdentity *peer,