aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
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/topology/gnunet-daemon-topology.c
parent06c0c503acd9d523d4d18eeac862222a744db2ab (diff)
downloadgnunet-bf5f92d9429a556f68c950df7be3dc25907e0d6c.tar.gz
gnunet-bf5f92d9429a556f68c950df7be3dc25907e0d6c.zip
rename connecT -> connect now that the old API is dead
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r--src/topology/gnunet-daemon-topology.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 69f01e043..d48f07e71 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -902,7 +902,7 @@ process_peer (void *cls,
902 902
903 903
904/** 904/**
905 * Function called after #GNUNET_CORE_connecT has succeeded 905 * Function called after #GNUNET_CORE_connect has succeeded
906 * (or failed for good). 906 * (or failed for good).
907 * 907 *
908 * @param cls closure 908 * @param cls closure
@@ -1101,7 +1101,7 @@ cleaning_task (void *cls)
1101 } 1101 }
1102 if (NULL != handle) 1102 if (NULL != handle)
1103 { 1103 {
1104 GNUNET_CORE_disconnecT (handle); 1104 GNUNET_CORE_disconnect (handle);
1105 handle = NULL; 1105 handle = NULL;
1106 } 1106 }
1107 whitelist_peers (); 1107 whitelist_peers ();
@@ -1189,7 +1189,7 @@ run (void *cls,
1189 &blacklist_check, 1189 &blacklist_check,
1190 NULL); 1190 NULL);
1191 ats = GNUNET_ATS_connectivity_init (cfg); 1191 ats = GNUNET_ATS_connectivity_init (cfg);
1192 handle = GNUNET_CORE_connecT (cfg, 1192 handle = GNUNET_CORE_connect (cfg,
1193 NULL, 1193 NULL,
1194 &core_init, 1194 &core_init,
1195 &connect_notify, 1195 &connect_notify,