aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct
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/scalarproduct
parent06c0c503acd9d523d4d18eeac862222a744db2ab (diff)
downloadgnunet-bf5f92d9429a556f68c950df7be3dc25907e0d6c.tar.gz
gnunet-bf5f92d9429a556f68c950df7be3dc25907e0d6c.zip
rename connecT -> connect now that the old API is dead
Diffstat (limited to 'src/scalarproduct')
-rw-r--r--src/scalarproduct/scalarproduct_api.c4
1 files changed, 2 insertions, 2 deletions
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
256 h->response_proc = &process_status_message; 256 h->response_proc = &process_status_message;
257 h->cfg = cfg; 257 h->cfg = cfg;
258 h->key = *session_key; 258 h->key = *session_key;
259 h->mq = GNUNET_CLIENT_connecT (cfg, 259 h->mq = GNUNET_CLIENT_connect (cfg,
260 "scalarproduct-bob", 260 "scalarproduct-bob",
261 handlers, 261 handlers,
262 &mq_error_handler, 262 &mq_error_handler,
@@ -408,7 +408,7 @@ GNUNET_SCALARPRODUCT_start_computation (const struct GNUNET_CONFIGURATION_Handle
408 if (GNUNET_SYSERR == check_unique (elements, 408 if (GNUNET_SYSERR == check_unique (elements,
409 element_count)) 409 element_count))
410 return NULL; 410 return NULL;
411 h->mq = GNUNET_CLIENT_connecT (cfg, 411 h->mq = GNUNET_CLIENT_connect (cfg,
412 "scalarproduct-alice", 412 "scalarproduct-alice",
413 handlers, 413 handlers,
414 &mq_error_handler, 414 &mq_error_handler,