- dont resend useless channel_destroy messages
[oweals/gnunet.git] / src / util / test_common_logging_dummy.c
index 781b810dbff3b4a008acc84e782693405d5bc01d..fcdf9cd27ddfd0e70104a544e1a4514619129052 100644 (file)
 #undef GNUNET_EXTRA_LOGGING
 #define GNUNET_EXTRA_LOGGING GNUNET_YES
 
-#include "gnunet_common.h"
-#include "gnunet_time_lib.h"
-#include "gnunet_network_lib.h"
+#include "gnunet_util_lib.h"
 
 /**
- * Delay introduced between operations, useful for debugging.
+ * Artificial delay attached to each log call that is not skipped out.
+ * This must be long enough for us to not to mistake skipped log call
+ * on a slow machine for a non-skipped one.
  */
 #define OUTPUT_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MICROSECONDS, 200)