summaryrefslogtreecommitdiff
path: root/libs/net/grl-net-wc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libs/net/grl-net-wc.c')
-rw-r--r--libs/net/grl-net-wc.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/libs/net/grl-net-wc.c b/libs/net/grl-net-wc.c
index fe4a914..8ce20db 100644
--- a/libs/net/grl-net-wc.c
+++ b/libs/net/grl-net-wc.c
@@ -51,6 +51,7 @@
#include <grilo.h>
#include "grl-net-wc.h"
+#include "grl-net-wc-private.h"
#include "grl-net-mock-private.h"
#define GRL_LOG_DOMAIN_DEFAULT wc_log_domain
@@ -74,22 +75,6 @@ struct request_res {
gsize offset;
};
-struct _GrlNetWcPrivate {
- SoupSession *session;
- char *user_agent;
- SoupLoggerLogLevel log_level;
- /* throttling in secs */
- guint throttling;
- /* last request time, timestamp in seconds */
- gint64 last_request;
- /* closure queue for delayed requests */
- GQueue *pending;
- /* cache size in Mb */
- gboolean use_cache;
- guint cache_size;
- gchar *previous_data;
-};
-
static const char *capture_dir = NULL;
GQuark