aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.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/transport/transport.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/transport/transport.h')
-rw-r--r--src/transport/transport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 515c178f4..df1321d1a 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -692,7 +692,7 @@ struct GNUNET_TRANSPORT_AddAddressMessage
692 struct GNUNET_TIME_RelativeNBO expiration; 692 struct GNUNET_TIME_RelativeNBO expiration;
693 693
694 /** 694 /**
695 * An `enum GNUNET_ATS_Network_Type` in NBO. 695 * An `enum GNUNET_NetworkType` in NBO.
696 */ 696 */
697 uint32_t nt; 697 uint32_t nt;
698 698
@@ -801,7 +801,7 @@ struct GNUNET_TRANSPORT_AddQueueMessage
801 struct GNUNET_PeerIdentity receiver; 801 struct GNUNET_PeerIdentity receiver;
802 802
803 /** 803 /**
804 * An `enum GNUNET_ATS_Network_Type` in NBO. 804 * An `enum GNUNET_NetworkType` in NBO.
805 */ 805 */
806 uint32_t nt; 806 uint32_t nt;
807 807
@@ -988,7 +988,7 @@ struct GNUNET_TRANSPORT_MonitorData
988 struct GNUNET_MessageHeader header; 988 struct GNUNET_MessageHeader header;
989 989
990 /** 990 /**
991 * Network type (an `enum GNUNET_ATS_Network_Type` in NBO). 991 * Network type (an `enum GNUNET_NetworkType` in NBO).
992 */ 992 */
993 uint32_t nt GNUNET_PACKED; 993 uint32_t nt GNUNET_PACKED;
994 994