From 31cca448e4178022c29e23e57aaeb4145fee2a4f Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 27 Sep 2011 10:59:27 +0000 Subject: working version --- src/transport/plugin_transport_http.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/transport/plugin_transport_http.h') diff --git a/src/transport/plugin_transport_http.h b/src/transport/plugin_transport_http.h index 7120accfb..16e480a67 100644 --- a/src/transport/plugin_transport_http.h +++ b/src/transport/plugin_transport_http.h @@ -42,10 +42,10 @@ #include -#define DEBUG_HTTP GNUNET_YES -#define VERBOSE_SERVER GNUNET_YES -#define VERBOSE_CLIENT GNUNET_YES -#define VERBOSE_CURL GNUNET_YES +#define DEBUG_HTTP GNUNET_NO +#define VERBOSE_SERVER GNUNET_NO +#define VERBOSE_CLIENT GNUNET_NO +#define VERBOSE_CURL GNUNET_NO #if BUILD_HTTPS #define LIBGNUNET_PLUGIN_TRANSPORT_INIT libgnunet_plugin_transport_https_init @@ -248,7 +248,7 @@ struct Session void *server_recv; void *server_send; - struct GNUNET_TIME_Absolute delay; + struct GNUNET_TIME_Absolute next_receive; GNUNET_SCHEDULER_TaskIdentifier recv_wakeup_task; uint32_t tag; -- cgit v1.2.3