aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
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