diff options
Diffstat (limited to 'src/nat/nat.h')
-rw-r--r-- | src/nat/nat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nat/nat.h b/src/nat/nat.h index bff444e6d2..bb13e52749 100644 --- a/src/nat/nat.h +++ b/src/nat/nat.h @@ -35,17 +35,17 @@ struct GNUNET_NAT_TestMessage { /** * Header with type "GNUNET_MESSAGE_TYPE_NAT_TEST" - */ + */ struct GNUNET_MessageHeader header; /** * IPv4 target IP address - */ + */ uint32_t dst_ipv4; /** * Port to use, 0 to send dummy ICMP response. - */ + */ uint16_t dport; /** |