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.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/transport/communicator.h b/src/transport/communicator.h
index 07f316a68..04a9857e5 100644
--- a/src/transport/communicator.h
+++ b/src/transport/communicator.h
@@ -16,7 +16,7 @@
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @file transport/communicator.h 22 * @file transport/communicator.h
@@ -41,8 +41,7 @@ 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{
46 /** 45 /**
47 * Type is #GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_KX_CONFIRMATION 46 * Type is #GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_KX_CONFIRMATION
48 */ 47 */
@@ -89,8 +88,7 @@ struct GNUNET_TRANSPORT_CommunicatorGenericKXConfirmation
89 * free to implement original designs that better fit their 88 * free to implement original designs that better fit their
90 * requirements. 89 * requirements.
91 */ 90 */
92struct GNUNET_TRANSPORT_CommunicatorGenericFCLimits 91struct GNUNET_TRANSPORT_CommunicatorGenericFCLimits {
93{
94 /** 92 /**
95 * Type is #GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_FC_LIMITS 93 * Type is #GNUNET_MESSAGE_TYPE_TRANSPORT_COMMUNICATOR_FC_LIMITS
96 */ 94 */