summaryrefslogtreecommitdiff
path: root/src/nat-auto/nat-auto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat-auto/nat-auto.h')
-rw-r--r--src/nat-auto/nat-auto.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/nat-auto/nat-auto.h b/src/nat-auto/nat-auto.h
index 6ef9b7e1e..bee8ecf26 100644
--- a/src/nat-auto/nat-auto.h
+++ b/src/nat-auto/nat-auto.h
@@ -36,7 +36,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
36 * Request to test NAT traversal, sent to the gnunet-nat-server 36 * Request to test NAT traversal, sent to the gnunet-nat-server
37 * (not the service!). 37 * (not the service!).
38 */ 38 */
39struct GNUNET_NAT_AUTO_TestMessage { 39struct GNUNET_NAT_AUTO_TestMessage
40{
40 /** 41 /**
41 * Header with type #GNUNET_MESSAGE_TYPE_NAT_TEST 42 * Header with type #GNUNET_MESSAGE_TYPE_NAT_TEST
42 */ 43 */
@@ -67,7 +68,8 @@ struct GNUNET_NAT_AUTO_TestMessage {
67/** 68/**
68 * Client requesting automatic configuration. 69 * Client requesting automatic configuration.
69 */ 70 */
70struct GNUNET_NAT_AUTO_AutoconfigRequestMessage { 71struct GNUNET_NAT_AUTO_AutoconfigRequestMessage
72{
71 /** 73 /**
72 * Header with type #GNUNET_MESSAGE_TYPE_NAT_REQUEST_AUTO_CFG 74 * Header with type #GNUNET_MESSAGE_TYPE_NAT_REQUEST_AUTO_CFG
73 */ 75 */
@@ -80,7 +82,8 @@ struct GNUNET_NAT_AUTO_AutoconfigRequestMessage {
80/** 82/**
81 * Service responding with proposed configuration. 83 * Service responding with proposed configuration.
82 */ 84 */
83struct GNUNET_NAT_AUTO_AutoconfigResultMessage { 85struct GNUNET_NAT_AUTO_AutoconfigResultMessage
86{
84 /** 87 /**
85 * Header with type #GNUNET_MESSAGE_TYPE_NAT_AUTO_CFG_RESULT 88 * Header with type #GNUNET_MESSAGE_TYPE_NAT_AUTO_CFG_RESULT
86 */ 89 */