summaryrefslogtreecommitdiff
path: root/src/transport/communicator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/communicator.h')
-rw-r--r--src/transport/communicator.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/transport/communicator.h b/src/transport/communicator.h
index 04a9857e5..ab7a25de6 100644
--- a/src/transport/communicator.h
+++ b/src/transport/communicator.h
@@ -41,7 +41,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
41 * just the recommended "generic" style, communicators are always free 41 * just the recommended "generic" style, communicators are always free
42 * to implement original designs that better fit their requirements. 42 * to implement original designs that better fit their requirements.
43 */ 43 */
44struct GNUNET_TRANSPORT_CommunicatorGenericKXConfirmation { 44struct GNUNET_TRANSPORT_CommunicatorGenericKXConfirmation
45{
45 /** 46 /**
46 * Type is #GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_KX_CONFIRMATION 47 * Type is #GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_KX_CONFIRMATION
47 */ 48 */
@@ -88,7 +89,8 @@ struct GNUNET_TRANSPORT_CommunicatorGenericKXConfirmation {
88 * free to implement original designs that better fit their 89 * free to implement original designs that better fit their
89 * requirements. 90 * requirements.
90 */ 91 */
91struct GNUNET_TRANSPORT_CommunicatorGenericFCLimits { 92struct GNUNET_TRANSPORT_CommunicatorGenericFCLimits
93{
92 /** 94 /**
93 * Type is #GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_FC_LIMITS 95 * Type is #GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_FC_LIMITS
94 */ 96 */