aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-08 14:40:01 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-08 14:40:01 +0100
commit6dc4bacb0197e96d5d9c6e5f881a104ab054a1f0 (patch)
tree9050589ac3ba2731f3d8dd1d8456b2e78794aeef /src/transport/transport.h
parent304bfc5d18d5613a38b5d927925dbfa00adfc82a (diff)
downloadgnunet-6dc4bacb0197e96d5d9c6e5f881a104ab054a1f0.tar.gz
gnunet-6dc4bacb0197e96d5d9c6e5f881a104ab054a1f0.zip
send NEW_COMMUNICATOR message on startup
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