- improved error logging
[oweals/gnunet.git] / src / ats / ats_api.h
index c3ae248851036c9a0745f5a79840f27d71af6e9b..a1060781763521436cf451f4426ab818e3f3e0fb 100644 (file)
@@ -37,7 +37,7 @@ struct AllocationRecord
   /**
    * Performance information associated with this address (array).
    */
-  struct GNUNET_TRANSPORT_ATS_Information *ats;
+  struct GNUNET_ATS_Information *ats;
 
   /**
    * Name of the plugin
@@ -91,7 +91,7 @@ struct AllocationRecord
 /**
  * Handle to the ATS subsystem.
  */
-struct GNUNET_ATS_Handle
+struct GNUNET_ATS_SchedulingHandle
 {
   /**
    * Configuration.
@@ -101,7 +101,7 @@ struct GNUNET_ATS_Handle
   /**
    * Function to call when the allocation changes.
    */
-  GNUNET_TRANSPORT_ATS_AllocationNotification alloc_cb;
+  GNUNET_ATS_AddressSuggestionCallback alloc_cb;
 
   /**
    * Closure for 'alloc_cb'.