aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api_new.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_api_new.c')
-rw-r--r--src/mesh/mesh_api_new.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesh/mesh_api_new.c b/src/mesh/mesh_api_new.c
index a85173e54..fda4e916f 100644
--- a/src/mesh/mesh_api_new.c
+++ b/src/mesh/mesh_api_new.c
@@ -749,7 +749,7 @@ process_tunnel_created (struct GNUNET_MESH_Handle *h,
749 const struct GNUNET_MESH_TunnelNotification *msg) 749 const struct GNUNET_MESH_TunnelNotification *msg)
750{ 750{
751 struct GNUNET_MESH_Tunnel *t; 751 struct GNUNET_MESH_Tunnel *t;
752 struct GNUNET_TRANSPORT_ATS_Information atsi; 752 struct GNUNET_ATS_Information atsi;
753 MESH_TunnelNumber tid; 753 MESH_TunnelNumber tid;
754 754
755 tid = ntohl (msg->tunnel_id); 755 tid = ntohl (msg->tunnel_id);
@@ -821,7 +821,7 @@ process_peer_event (struct GNUNET_MESH_Handle *h,
821{ 821{
822 struct GNUNET_MESH_Tunnel *t; 822 struct GNUNET_MESH_Tunnel *t;
823 struct GNUNET_MESH_Peer *p; 823 struct GNUNET_MESH_Peer *p;
824 struct GNUNET_TRANSPORT_ATS_Information atsi; 824 struct GNUNET_ATS_Information atsi;
825 GNUNET_PEER_Id id; 825 GNUNET_PEER_Id id;
826 uint16_t size; 826 uint16_t size;
827 827
@@ -928,7 +928,7 @@ process_incoming_data (struct GNUNET_MESH_Handle *h,
928 handler = &h->message_handlers[i]; 928 handler = &h->message_handlers[i];
929 if (handler->type == type) 929 if (handler->type == type)
930 { 930 {
931 struct GNUNET_TRANSPORT_ATS_Information atsi; 931 struct GNUNET_ATS_Information atsi;
932 932
933 atsi.type = 0; 933 atsi.type = 0;
934 atsi.value = 0; 934 atsi.value = 0;