From 30deabaf6460ef605637dfd1b4b1cf79839e5c9f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 21 Oct 2016 16:04:46 +0000 Subject: activating client_new implementation, seems to mostly work fine, or better than the old one --- src/util/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/client.c') diff --git a/src/util/client.c b/src/util/client.c index f40d5e6eb..47db91c8e 100644 --- a/src/util/client.c +++ b/src/util/client.c @@ -375,7 +375,7 @@ do_connect (const char *service_name, * @return the message queue, NULL on error */ struct GNUNET_MQ_Handle * -GNUNET_CLIENT_connecT (const struct GNUNET_CONFIGURATION_Handle *cfg, +GNUNET_CLIENT_connecTX (const struct GNUNET_CONFIGURATION_Handle *cfg, const char *service_name, const struct GNUNET_MQ_MessageHandler *handlers, GNUNET_MQ_ErrorHandler error_handler, -- cgit v1.2.3