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/peerinfo/peerinfo_api.c | 2 +- src/peerinfo/peerinfo_api_notify.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/peerinfo') diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c index 3080fb503..10729f3d0 100644 --- a/src/peerinfo/peerinfo_api.c +++ b/src/peerinfo/peerinfo_api.c @@ -462,7 +462,7 @@ reconnect (struct GNUNET_PEERINFO_Handle *h) GNUNET_MQ_destroy (h->mq); h->mq = NULL; } - h->mq = GNUNET_CLIENT_connecT (h->cfg, + h->mq = GNUNET_CLIENT_connect (h->cfg, "peerinfo", handlers, &mq_error_handler, diff --git a/src/peerinfo/peerinfo_api_notify.c b/src/peerinfo/peerinfo_api_notify.c index e707a911e..ce226d96e 100644 --- a/src/peerinfo/peerinfo_api_notify.c +++ b/src/peerinfo/peerinfo_api_notify.c @@ -212,7 +212,7 @@ reconnect (void *cls) struct NotifyMessage *nm; nc->task = NULL; - nc->mq = GNUNET_CLIENT_connecT (nc->cfg, + nc->mq = GNUNET_CLIENT_connect (nc->cfg, "peerinfo", handlers, &mq_error_handler, -- cgit v1.2.3