aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-transport.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-21 13:30:51 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-21 13:30:51 +0000
commitca2c35b387a67eed4d5242a0da9533be26ed0bb2 (patch)
tree8286384e30179d8023c381c4a7ec51e7aba2918e /src/transport/gnunet-transport.c
parent2d5ce53dfad6d68a4f7972d10bce5a08c7e8a7a9 (diff)
downloadgnunet-ca2c35b387a67eed4d5242a0da9533be26ed0bb2.tar.gz
gnunet-ca2c35b387a67eed4d5242a0da9533be26ed0bb2.zip
ats related changes in transport
Diffstat (limited to 'src/transport/gnunet-transport.c')
-rw-r--r--src/transport/gnunet-transport.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/transport/gnunet-transport.c b/src/transport/gnunet-transport.c
index 5dea54887..d606f05b9 100644
--- a/src/transport/gnunet-transport.c
+++ b/src/transport/gnunet-transport.c
@@ -648,13 +648,10 @@ monitor_notify_disconnect (void *cls, const struct GNUNET_PeerIdentity *peer)
648 * @param cls closure 648 * @param cls closure
649 * @param peer (claimed) identity of the other peer 649 * @param peer (claimed) identity of the other peer
650 * @param message the message 650 * @param message the message
651 * @param ats performance data
652 * @param ats_count number of entries in ats
653 */ 651 */
654static void 652static void
655notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 653notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
656 const struct GNUNET_MessageHeader *message, 654 const struct GNUNET_MessageHeader *message)
657 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
658{ 655{
659 if (benchmark_receive) 656 if (benchmark_receive)
660 { 657 {