aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-10-27 07:31:16 +0000
committerChristian Grothoff <christian@grothoff.org>2014-10-27 07:31:16 +0000
commit0faff0a850018496056f741cb5b6075556f9c2b5 (patch)
tree7043c12734299e85fe440bb6edd95e8f260796c9 /src/transport
parentf9554ea1c76abf8058d1653a36e38b77e0c92548 (diff)
downloadgnunet-0faff0a850018496056f741cb5b6075556f9c2b5.tar.gz
gnunet-0faff0a850018496056f741cb5b6075556f9c2b5.zip
-doxygen fixes
Diffstat (limited to 'src/transport')
-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};