aboutsummaryrefslogtreecommitdiff
path: root/src/set/set_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-10 17:38:29 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-10 17:38:29 +0100
commitbf5f92d9429a556f68c950df7be3dc25907e0d6c (patch)
tree640b74c6a12a53ccac9925eb05b9e6d644d7e748 /src/set/set_api.c
parent06c0c503acd9d523d4d18eeac862222a744db2ab (diff)
downloadgnunet-bf5f92d9429a556f68c950df7be3dc25907e0d6c.tar.gz
gnunet-bf5f92d9429a556f68c950df7be3dc25907e0d6c.zip
rename connecT -> connect now that the old API is dead
Diffstat (limited to 'src/set/set_api.c')
-rw-r--r--src/set/set_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/set/set_api.c b/src/set/set_api.c
index 7a33b86ea..7a7267a33 100644
--- a/src/set/set_api.c
+++ b/src/set/set_api.c
@@ -586,7 +586,7 @@ create_internal (const struct GNUNET_CONFIGURATION_Handle *cfg,
586 struct GNUNET_SET_CopyLazyConnectMessage *copy_msg; 586 struct GNUNET_SET_CopyLazyConnectMessage *copy_msg;
587 587
588 set->cfg = cfg; 588 set->cfg = cfg;
589 set->mq = GNUNET_CLIENT_connecT (cfg, 589 set->mq = GNUNET_CLIENT_connect (cfg,
590 "set", 590 "set",
591 mq_handlers, 591 mq_handlers,
592 &handle_client_set_error, 592 &handle_client_set_error,
@@ -914,7 +914,7 @@ listen_connect (void *cls)
914 914
915 lh->reconnect_task = NULL; 915 lh->reconnect_task = NULL;
916 GNUNET_assert (NULL == lh->mq); 916 GNUNET_assert (NULL == lh->mq);
917 lh->mq = GNUNET_CLIENT_connecT (lh->cfg, 917 lh->mq = GNUNET_CLIENT_connect (lh->cfg,
918 "set", 918 "set",
919 mq_handlers, 919 mq_handlers,
920 &handle_client_listener_error, 920 &handle_client_listener_error,