Added core api changes
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 16 Nov 2010 09:57:51 +0000 (09:57 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 16 Nov 2010 09:57:51 +0000 (09:57 +0000)
src/core/test_core_quota_compliance.c
src/core/test_core_quota_peer1.conf

index 9d231c4e053cfc4761e75b421edd1e24bd041fc1..88a735736e8ae6544d165d7abd3c3da1d452a3c2 100644 (file)
@@ -157,11 +157,9 @@ terminate_task_error (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   ok = 42;
 }
 
-static void
-connect_notify (void *cls,
+static void connect_notify (void *cls,
                 const struct GNUNET_PeerIdentity *peer,
-               struct GNUNET_TIME_Relative latency,
-               uint32_t distance)
+               const struct GNUNET_TRANSPORT_ATS_Information *atsi)
 {
   struct PeerContext *pc = cls;
   GNUNET_assert (pc->connect_status == 0);
index cd8dbbf13a2c4d610f941ff97740f197aa7f7b75..3a89ad68198cd2bc9bdd384b4037c894f5c3b9f2 100644 (file)
@@ -43,7 +43,7 @@ UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
 
 [core]
 PORT = 12470
-#DEBUG = YES
+DEBUG = YES
 TOTAL_QUOTA_IN = 90000
 TOTAL_QUOTA_OUT = 90000
 UNIXPATH = /tmp/gnunet-p1-service-core.sock