aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
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/peerinfo
parent06c0c503acd9d523d4d18eeac862222a744db2ab (diff)
downloadgnunet-bf5f92d9429a556f68c950df7be3dc25907e0d6c.tar.gz
gnunet-bf5f92d9429a556f68c950df7be3dc25907e0d6c.zip
rename connecT -> connect now that the old API is dead
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/peerinfo_api.c2
-rw-r--r--src/peerinfo/peerinfo_api_notify.c2
2 files changed, 2 insertions, 2 deletions
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)
462 GNUNET_MQ_destroy (h->mq); 462 GNUNET_MQ_destroy (h->mq);
463 h->mq = NULL; 463 h->mq = NULL;
464 } 464 }
465 h->mq = GNUNET_CLIENT_connecT (h->cfg, 465 h->mq = GNUNET_CLIENT_connect (h->cfg,
466 "peerinfo", 466 "peerinfo",
467 handlers, 467 handlers,
468 &mq_error_handler, 468 &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)
212 struct NotifyMessage *nm; 212 struct NotifyMessage *nm;
213 213
214 nc->task = NULL; 214 nc->task = NULL;
215 nc->mq = GNUNET_CLIENT_connecT (nc->cfg, 215 nc->mq = GNUNET_CLIENT_connect (nc->cfg,
216 "peerinfo", 216 "peerinfo",
217 handlers, 217 handlers,
218 &mq_error_handler, 218 &mq_error_handler,