aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-service-conversation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-13 01:46:55 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-13 01:46:55 +0100
commite4186e9327787fe463ab4571186672888df09e39 (patch)
tree83aee49d170aee9a7c5bc4facc712081b547adbc /src/conversation/gnunet-service-conversation.c
parent91abbcffa03d4f87d4c899ec396c9213e9dc6e18 (diff)
downloadgnunet-e4186e9327787fe463ab4571186672888df09e39.tar.gz
gnunet-e4186e9327787fe463ab4571186672888df09e39.zip
renaming CADET APIs to match naming conventions again, now that the old symbols have been purged
Diffstat (limited to 'src/conversation/gnunet-service-conversation.c')
-rw-r--r--src/conversation/gnunet-service-conversation.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c
index e61ed44a1..5f43bfe80 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -1109,7 +1109,7 @@ handle_client_call_message (void *cls,
1109 line->channel_tail, 1109 line->channel_tail,
1110 ch); 1110 ch);
1111 ch->status = CS_CALLER_CALLING; 1111 ch->status = CS_CALLER_CALLING;
1112 ch->channel = GNUNET_CADET_channel_creatE (cadet, 1112 ch->channel = GNUNET_CADET_channel_create (cadet,
1113 ch, 1113 ch,
1114 &msg->target, 1114 &msg->target,
1115 &msg->line_port, 1115 &msg->line_port,
@@ -1263,7 +1263,7 @@ handle_client_register_message (void *cls,
1263 }; 1263 };
1264 1264
1265 line->line_port = msg->line_port; 1265 line->line_port = msg->line_port;
1266 line->port = GNUNET_CADET_open_porT (cadet, 1266 line->port = GNUNET_CADET_open_port (cadet,
1267 &msg->line_port, 1267 &msg->line_port,
1268 &inbound_channel, 1268 &inbound_channel,
1269 line, 1269 line,
@@ -1306,7 +1306,7 @@ run (void *cls,
1306 GNUNET_assert (GNUNET_OK == 1306 GNUNET_assert (GNUNET_OK ==
1307 GNUNET_CRYPTO_get_peer_identity (cfg, 1307 GNUNET_CRYPTO_get_peer_identity (cfg,
1308 &my_identity)); 1308 &my_identity));
1309 cadet = GNUNET_CADET_connecT (cfg); 1309 cadet = GNUNET_CADET_connect (cfg);
1310 if (NULL == cadet) 1310 if (NULL == cadet)
1311 { 1311 {
1312 GNUNET_break (0); 1312 GNUNET_break (0);