aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-24 21:04:38 +0000
committerChristian Grothoff <christian@grothoff.org>2016-10-24 21:04:38 +0000
commit23b1580d020611e4f8de6c8964231d1ef6cf0342 (patch)
tree7802554213f99b1c5110669ac167e35ebcda54a5 /src/nat/nat.h
parent0cda05a0cbbe53f97f74062cbd3fedca7d602925 (diff)
downloadgnunet-23b1580d020611e4f8de6c8964231d1ef6cf0342.tar.gz
gnunet-23b1580d020611e4f8de6c8964231d1ef6cf0342.zip
more work on new nat library
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};