aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-22 15:50:08 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-22 15:50:08 +0000
commit8d02205bfc76bd089189d640c4bfa3c49cfda061 (patch)
treea62dccdfbdf476308de87f719548a2dee1775e74 /src/transport/gnunet-service-transport_manipulation.c
parent26b518ea7d7958e289680908326bb1e698c8b64e (diff)
downloadgnunet-8d02205bfc76bd089189d640c4bfa3c49cfda061.tar.gz
gnunet-8d02205bfc76bd089189d640c4bfa3c49cfda061.zip
fixing ATS data
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.c')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c
index c01c9d4dc..831d8fd5d 100644
--- a/src/transport/gnunet-service-transport_manipulation.c
+++ b/src/transport/gnunet-service-transport_manipulation.c
@@ -357,7 +357,7 @@ GST_manipulation_send (const struct GNUNET_PeerIdentity *target, const void *msg
357 */ 357 */
358void 358void
359GST_manipulation_metrics_recv (void *cls, 359GST_manipulation_metrics_recv (void *cls,
360 const struct GNUNET_PeerIdentity *peer, 360 struct GNUNET_PeerIdentity *peer,
361 const char *address, 361 const char *address,
362 uint16_t address_len, 362 uint16_t address_len,
363 struct Session *session, 363 struct Session *session,