aboutsummaryrefslogtreecommitdiff
path: root/src/transport/communicator.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
committerChristian Grothoff <christian@grothoff.org>2019-10-05 15:09:28 +0200
commitc4e9ba925ffd758aaa3feee2ccfc0b76f26fe207 (patch)
treecac3ce030d77b4cbe7c7dc62ed58cfe6d24f73e1 /src/transport/communicator.h
parentfbb71d527c7d6babf269a8fefce1db291b9f7068 (diff)
downloadgnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.tar.gz
gnunet-c4e9ba925ffd758aaa3feee2ccfc0b76f26fe207.zip
global reindent, now with uncrustify hook enabled
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 */