aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_communication_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-23 17:19:53 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-23 17:19:53 +0100
commit61787bfa37e0ac5998e01d9c4806600033c19c74 (patch)
tree1ceb843f63aa076682ebfa2de2250dc32ee65004 /src/include/gnunet_transport_communication_service.h
parent4a3be482811fe8ed1502fea2c12a8449b560a99e (diff)
downloadgnunet-61787bfa37e0ac5998e01d9c4806600033c19c74.tar.gz
gnunet-61787bfa37e0ac5998e01d9c4806600033c19c74.zip
rename fest: use new libgnunetnt instead of old libgnunetats logic for network type classification
Diffstat (limited to 'src/include/gnunet_transport_communication_service.h')
-rw-r--r--src/include/gnunet_transport_communication_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_communication_service.h b/src/include/gnunet_transport_communication_service.h
index e80ba85cf..1d0add99f 100644
--- a/src/include/gnunet_transport_communication_service.h
+++ b/src/include/gnunet_transport_communication_service.h
@@ -226,7 +226,7 @@ GNUNET_TRANSPORT_communicator_mq_add (struct GNUNET_TRANSPORT_CommunicatorHandle
226 const struct GNUNET_PeerIdentity *peer, 226 const struct GNUNET_PeerIdentity *peer,
227 const char *address, 227 const char *address,
228 uint32_t mtu, 228 uint32_t mtu,
229 enum GNUNET_ATS_Network_Type nt, 229 enum GNUNET_NetworkType nt,
230 uint32_t distance, 230 uint32_t distance,
231 enum GNUNET_TRANSPORT_ConnectionStatus cs, 231 enum GNUNET_TRANSPORT_ConnectionStatus cs,
232 struct GNUNET_MQ_Handle *mq); 232 struct GNUNET_MQ_Handle *mq);
@@ -261,7 +261,7 @@ struct GNUNET_TRANSPORT_AddressIdentifier;
261struct GNUNET_TRANSPORT_AddressIdentifier * 261struct GNUNET_TRANSPORT_AddressIdentifier *
262GNUNET_TRANSPORT_communicator_address_add (struct GNUNET_TRANSPORT_CommunicatorHandle *ch, 262GNUNET_TRANSPORT_communicator_address_add (struct GNUNET_TRANSPORT_CommunicatorHandle *ch,
263 const char *address, 263 const char *address,
264 enum GNUNET_ATS_Network_Type nt, 264 enum GNUNET_NetworkType nt,
265 struct GNUNET_TIME_Relative expiration); 265 struct GNUNET_TIME_Relative expiration);
266 266
267 267