Fix testcase
[oweals/gnunet.git] / src / mesh / test_mesh_api.c
index 6821a1ab8520f4614d633b6d8131d35a589773ce..1699097f6cfcc8fa30ae578037e4cb1de17d8f3f 100644 (file)
@@ -55,7 +55,7 @@ static int
 callback (void *cls, struct GNUNET_MESH_Tunnel *tunnel, void **tunnel_ctx,
           const struct GNUNET_PeerIdentity *sender,
           const struct GNUNET_MessageHeader *message,
-          const struct GNUNET_TRANSPORT_ATS_Information *atsi)
+          const struct GNUNET_ATS_Information *atsi)
 {
   return GNUNET_OK;
 }