aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api2_communication.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api2_communication.c')
-rw-r--r--src/transport/transport_api2_communication.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/transport/transport_api2_communication.c b/src/transport/transport_api2_communication.c
index a89802ddd..ffd7f208e 100644
--- a/src/transport/transport_api2_communication.c
+++ b/src/transport/transport_api2_communication.c
@@ -251,7 +251,7 @@ struct GNUNET_TRANSPORT_QueueHandle
251 /** 251 /**
252 * Network type of the communciation queue. 252 * Network type of the communciation queue.
253 */ 253 */
254 enum GNUNET_ATS_Network_Type nt; 254 enum GNUNET_NetworkType nt;
255 255
256 /** 256 /**
257 * Communication status of the queue. 257 * Communication status of the queue.
@@ -318,7 +318,7 @@ struct GNUNET_TRANSPORT_AddressIdentifier
318 /** 318 /**
319 * Network type for the address. 319 * Network type for the address.
320 */ 320 */
321 enum GNUNET_ATS_Network_Type nt; 321 enum GNUNET_NetworkType nt;
322 322
323}; 323};
324 324
@@ -944,7 +944,7 @@ GNUNET_TRANSPORT_communicator_mq_add (struct GNUNET_TRANSPORT_CommunicatorHandle
944 const struct GNUNET_PeerIdentity *peer, 944 const struct GNUNET_PeerIdentity *peer,
945 const char *address, 945 const char *address,
946 uint32_t mtu, 946 uint32_t mtu,
947 enum GNUNET_ATS_Network_Type nt, 947 enum GNUNET_NetworkType nt,
948 uint32_t distance, 948 uint32_t distance,
949 enum GNUNET_TRANSPORT_ConnectionStatus cs, 949 enum GNUNET_TRANSPORT_ConnectionStatus cs,
950 struct GNUNET_MQ_Handle *mq) 950 struct GNUNET_MQ_Handle *mq)
@@ -1002,7 +1002,7 @@ GNUNET_TRANSPORT_communicator_mq_del (struct GNUNET_TRANSPORT_QueueHandle *qh)
1002struct GNUNET_TRANSPORT_AddressIdentifier * 1002struct GNUNET_TRANSPORT_AddressIdentifier *
1003GNUNET_TRANSPORT_communicator_address_add (struct GNUNET_TRANSPORT_CommunicatorHandle *ch, 1003GNUNET_TRANSPORT_communicator_address_add (struct GNUNET_TRANSPORT_CommunicatorHandle *ch,
1004 const char *address, 1004 const char *address,
1005 enum GNUNET_ATS_Network_Type nt, 1005 enum GNUNET_NetworkType nt,
1006 struct GNUNET_TIME_Relative expiration) 1006 struct GNUNET_TIME_Relative expiration)
1007{ 1007{
1008 struct GNUNET_TRANSPORT_AddressIdentifier *ai; 1008 struct GNUNET_TRANSPORT_AddressIdentifier *ai;