From bf5f92d9429a556f68c950df7be3dc25907e0d6c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 10 Jan 2017 17:38:29 +0100 Subject: rename connecT -> connect now that the old API is dead --- src/scalarproduct/scalarproduct_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scalarproduct/scalarproduct_api.c') diff --git a/src/scalarproduct/scalarproduct_api.c b/src/scalarproduct/scalarproduct_api.c index 9606851c8..df9f8d196 100644 --- a/src/scalarproduct/scalarproduct_api.c +++ b/src/scalarproduct/scalarproduct_api.c @@ -256,7 +256,7 @@ GNUNET_SCALARPRODUCT_accept_computation (const struct GNUNET_CONFIGURATION_Handl h->response_proc = &process_status_message; h->cfg = cfg; h->key = *session_key; - h->mq = GNUNET_CLIENT_connecT (cfg, + h->mq = GNUNET_CLIENT_connect (cfg, "scalarproduct-bob", handlers, &mq_error_handler, @@ -408,7 +408,7 @@ GNUNET_SCALARPRODUCT_start_computation (const struct GNUNET_CONFIGURATION_Handle if (GNUNET_SYSERR == check_unique (elements, element_count)) return NULL; - h->mq = GNUNET_CLIENT_connecT (cfg, + h->mq = GNUNET_CLIENT_connect (cfg, "scalarproduct-alice", handlers, &mq_error_handler, -- cgit v1.2.3