aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/nat.h')
-rw-r--r--src/nat/nat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nat/nat.h b/src/nat/nat.h
index debe011ef..a385cede1 100644
--- a/src/nat/nat.h
+++ b/src/nat/nat.h
@@ -224,6 +224,10 @@ struct GNUNET_NAT_AddressChangeNotificationMessage
224 */ 224 */
225 int32_t add_remove GNUNET_PACKED; 225 int32_t add_remove GNUNET_PACKED;
226 226
227 /**
228 * Type of the address, an `enum GNUNET_NAT_AddressClass` in NBO.
229 */
230 uint32_t addr_class GNUNET_PACKED;
227 /* followed by a `struct sockaddr` */ 231 /* followed by a `struct sockaddr` */
228 232
229}; 233};