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.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 5662d6c4d..f21863aef 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -654,6 +654,22 @@ struct TransportPluginMonitorMessage
654/* *********************** TNG messages ***************** */ 654/* *********************** TNG messages ***************** */
655 655
656/** 656/**
657 * Communicator goes online. Note which addresses it can
658 * work with.
659 */
660struct GNUNET_TRANSPORT_CommunicatorAvailableMessage
661{
662
663 /**
664 * Type will be #GNUNET_MESSAGE_TYPE_TRANSPORT_NEW_COMMUNICATOR.
665 */
666 struct GNUNET_MessageHeader header;
667
668 /* Followed by the address prefix of the communicator */
669};
670
671
672/**
657 * Add address to the list. 673 * Add address to the list.
658 */ 674 */
659struct GNUNET_TRANSPORT_AddAddressMessage 675struct GNUNET_TRANSPORT_AddAddressMessage