aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index df45cd657..57e7d1b00 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -599,7 +599,7 @@ struct TransportPluginMonitorMessage
599{ 599{
600 600
601 /** 601 /**
602 * Type will be #GNUNET_MESSAGE_TYPE_TRANSPORT_PLUGIN_MONITOR_EVENT. 602 * Type will be #GNUNET_MESSAGE_TYPE_TRANSPORT_MONITOR_PLUGIN_EVENT.
603 */ 603 */
604 struct GNUNET_MessageHeader header; 604 struct GNUNET_MessageHeader header;
605 605
@@ -653,7 +653,7 @@ struct TransportPluginMonitorMessage
653 */ 653 */
654 uint16_t plugin_address_len GNUNET_PACKED; 654 uint16_t plugin_address_len GNUNET_PACKED;
655 655
656 /* followed by 0-terminated plugin name and 656 /* followed by 0-terminated plugin name and
657 @e plugin_address_len bytes of plugin address */ 657 @e plugin_address_len bytes of plugin address */
658 658
659}; 659};