missing
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 13 Dec 2011 16:26:41 +0000 (16:26 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 13 Dec 2011 16:26:41 +0000 (16:26 +0000)
src/include/gnunet_transport_plugin.h

index 9fc0ffd8494b22552628eaf1fc0d98b943b77475..84f1b1f4a8af0300f4ebe20bc0559d79ae13343c 100644 (file)
@@ -202,6 +202,12 @@ struct GNUNET_TRANSPORT_PluginEnvironment
    */
   struct GNUNET_STATISTICS_Handle *stats;
 
+  /**
+   * ATS Handle to request address type.
+   */
+  struct GNUNET_ATS_SchedulingHandle *ats;
+
+
   /**
    * Function that should be called by the transport plugin
    * whenever a message is received.