- mem debug
[oweals/gnunet.git] / src / transport / gnunet-service-transport.h
index 17fcaa0ae07d58f5bcbae7ff6ec6444462495da6..adc28ba6d03661692aa92082014f258cce10f176 100644 (file)
@@ -30,6 +30,8 @@
 #include "gnunet_transport_service.h"
 #include "gnunet_util_lib.h"
 
+#define VERBOSE_VALIDATION GNUNET_YES
+
 /**
  * Statistics handle.
  */
@@ -63,7 +65,7 @@ extern struct GNUNET_CRYPTO_RsaPrivateKey *GST_my_private_key;
 /**
  * ATS handle.
  */
-extern struct GNUNET_ATS_Handle *GST_ats;
+extern struct GNUNET_ATS_SchedulingHandle *GST_ats;
 
 
 #endif