aboutsummaryrefslogtreecommitdiff
path: root/src/util/client.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-21 16:04:46 +0000
committerChristian Grothoff <christian@grothoff.org>2016-10-21 16:04:46 +0000
commit30deabaf6460ef605637dfd1b4b1cf79839e5c9f (patch)
tree428da302abcdb9b573af489cc2188a07d8093ddd /src/util/client.c
parenteb49bd8bd671fa3c8997cbea5f139132c1db843c (diff)
downloadgnunet-30deabaf6460ef605637dfd1b4b1cf79839e5c9f.tar.gz
gnunet-30deabaf6460ef605637dfd1b4b1cf79839e5c9f.zip
activating client_new implementation, seems to mostly work fine, or better than the old one
Diffstat (limited to 'src/util/client.c')
-rw-r--r--src/util/client.c2
1 files changed, 1 insertions, 1 deletions
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,
375 * @return the message queue, NULL on error 375 * @return the message queue, NULL on error
376 */ 376 */
377struct GNUNET_MQ_Handle * 377struct GNUNET_MQ_Handle *
378GNUNET_CLIENT_connecT (const struct GNUNET_CONFIGURATION_Handle *cfg, 378GNUNET_CLIENT_connecTX (const struct GNUNET_CONFIGURATION_Handle *cfg,
379 const char *service_name, 379 const char *service_name,
380 const struct GNUNET_MQ_MessageHandler *handlers, 380 const struct GNUNET_MQ_MessageHandler *handlers,
381 GNUNET_MQ_ErrorHandler error_handler, 381 GNUNET_MQ_ErrorHandler error_handler,