aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-21 14:08:37 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-21 14:08:37 +0000
commit569a28bc648b2d073361fea5dcea2fb3daf5bd57 (patch)
treefcd7501aab6293d31bc4e82b0f59f24834325ee1 /src/transport/test_quota_compliance.c
parent1c01ca33a8a4120bd47ce22d1856cb2f81355628 (diff)
downloadgnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.tar.gz
gnunet-569a28bc648b2d073361fea5dcea2fb3daf5bd57.zip
api fix
Diffstat (limited to 'src/transport/test_quota_compliance.c')
-rw-r--r--src/transport/test_quota_compliance.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c
index 7f0247e50..37960e204 100644
--- a/src/transport/test_quota_compliance.c
+++ b/src/transport/test_quota_compliance.c
@@ -213,8 +213,7 @@ get_size (unsigned int iter)
213 213
214static void 214static void
215notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 215notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
216 const struct GNUNET_MessageHeader *message, 216 const struct GNUNET_MessageHeader *message)
217 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
218{ 217{
219 static int n; 218 static int n;
220 unsigned int s; 219 unsigned int s;
@@ -358,8 +357,7 @@ notify_ready (void *cls, size_t size, void *buf)
358 357
359 358
360static void 359static void
361notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 360notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
362 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
363{ 361{
364 362
365 struct PeerContext *p = cls; 363 struct PeerContext *p = cls;