(no commit message)
[oweals/gnunet.git] / src / transport / plugin_transport.h
index d3dc52f3249954e885c81ccbe94117ac830091d6..546b2ad7f717a42a4613be14b7b8dc51345c923f 100644 (file)
@@ -180,6 +180,12 @@ struct GNUNET_TRANSPORT_PluginEnvironment
    */
   const struct GNUNET_PeerIdentity *my_identity;
 
+  /**
+   * Pointer (!) to our HELLO message.  Note that the address
+   * referred to "*our_hello" might change over time.
+   */
+  struct GNUNET_HELLO_Message *const*our_hello;
+
   /**
    * Closure for the various callbacks.
    */