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.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 931ba4810..c0e02c3d9 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -1081,6 +1081,32 @@ struct GNUNET_TRANSPORT_MonitorData
1081 1081
1082}; 1082};
1083 1083
1084
1085/**
1086 * Request to verify address.
1087 */
1088struct GNUNET_TRANSPORT_AddressToVerify
1089{
1090
1091 /**
1092 * Type will be #GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_CONSIDER_VERIFY.
1093 */
1094 struct GNUNET_MessageHeader header;
1095
1096 /**
1097 * Reserved. 0.
1098 */
1099 uint32_t reserved;
1100
1101 /**
1102 * Peer the address is from.
1103 */
1104 struct GNUNET_PeerIdentity peer;
1105
1106 /* followed by variable-size raw address */
1107};
1108
1109
1084#endif 1110#endif
1085 1111
1086GNUNET_NETWORK_STRUCT_END 1112GNUNET_NETWORK_STRUCT_END