diff options
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r-- | src/transport/transport.h | 16 |
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 /* *********************** TNG messages ***************** */ /** + * Communicator goes online. Note which addresses it can + * work with. + */ +struct GNUNET_TRANSPORT_CommunicatorAvailableMessage +{ + + /** + * Type will be #GNUNET_MESSAGE_TYPE_TRANSPORT_NEW_COMMUNICATOR. + */ + struct GNUNET_MessageHeader header; + + /* Followed by the address prefix of the communicator */ +}; + + +/** * Add address to the list. */ struct GNUNET_TRANSPORT_AddAddressMessage |