From 500842f42c4e51c4c5fc3c1cdfc1c1f7166b2d0d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 17 Jan 2017 11:54:31 +0100 Subject: more work on new CADET --- src/cadet/gnunet-service-cadet_tunnel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cadet/gnunet-service-cadet_tunnel.c') diff --git a/src/cadet/gnunet-service-cadet_tunnel.c b/src/cadet/gnunet-service-cadet_tunnel.c index 2e17774d4..29087dba4 100644 --- a/src/cadet/gnunet-service-cadet_tunnel.c +++ b/src/cadet/gnunet-service-cadet_tunnel.c @@ -1406,7 +1406,7 @@ send_prebuilt_message (const struct GNUNET_MessageHeader *message, "Sending message of type %s with PID %u and CID %s\n", GC_m2s (type), htonl (ax_msg->pid), - GC_h2s (&ax_msg->cid)); + GC_h2s (&ax_msg->cid.connection_of_tunnel)); if (NULL == cont) { @@ -2744,7 +2744,7 @@ struct CadetConnection * GCT_use_path (struct CadetTunnel *t, struct CadetPeerPath *path) { struct CadetConnection *c; - struct GNUNET_CADET_Hash cid; + struct GNUNET_CADET_ConnectionTunnelIdentifier cid; unsigned int own_pos; if (NULL == t || NULL == path) -- cgit v1.2.3