aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/test_mesh_api.c')
-rw-r--r--src/mesh/test_mesh_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/test_mesh_api.c b/src/mesh/test_mesh_api.c
index 6821a1ab8..1699097f6 100644
--- a/src/mesh/test_mesh_api.c
+++ b/src/mesh/test_mesh_api.c
@@ -55,7 +55,7 @@ static int
55callback (void *cls, struct GNUNET_MESH_Tunnel *tunnel, void **tunnel_ctx, 55callback (void *cls, struct GNUNET_MESH_Tunnel *tunnel, void **tunnel_ctx,
56 const struct GNUNET_PeerIdentity *sender, 56 const struct GNUNET_PeerIdentity *sender,
57 const struct GNUNET_MessageHeader *message, 57 const struct GNUNET_MessageHeader *message,
58 const struct GNUNET_TRANSPORT_ATS_Information *atsi) 58 const struct GNUNET_ATS_Information *atsi)
59{ 59{
60 return GNUNET_OK; 60 return GNUNET_OK;
61} 61}