aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_kx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gnunet-service-core_kx.c')
-rw-r--r--src/core/gnunet-service-core_kx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/gnunet-service-core_kx.c b/src/core/gnunet-service-core_kx.c
index 92a9e13c9..dfc304226 100644
--- a/src/core/gnunet-service-core_kx.c
+++ b/src/core/gnunet-service-core_kx.c
@@ -1301,7 +1301,7 @@ struct DeliverMessageContext
1301 /** 1301 /**
1302 * Performance information for the connection. 1302 * Performance information for the connection.
1303 */ 1303 */
1304 const struct GNUNET_TRANSPORT_ATS_Information *atsi; 1304 const struct GNUNET_ATS_Information *atsi;
1305 1305
1306 /** 1306 /**
1307 * Sender of the message. 1307 * Sender of the message.
@@ -1327,7 +1327,7 @@ struct DeliverMessageContext
1327void 1327void
1328GSC_KX_handle_encrypted_message (struct GSC_KeyExchangeInfo *kx, 1328GSC_KX_handle_encrypted_message (struct GSC_KeyExchangeInfo *kx,
1329 const struct GNUNET_MessageHeader *msg, 1329 const struct GNUNET_MessageHeader *msg,
1330 const struct GNUNET_TRANSPORT_ATS_Information *atsi, 1330 const struct GNUNET_ATS_Information *atsi,
1331 uint32_t atsi_count) 1331 uint32_t atsi_count)
1332{ 1332{
1333 const struct EncryptedMessage *m; 1333 const struct EncryptedMessage *m;