summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendhttp.h
diff options
context:
space:
mode:
authorRoss Lagerwall <rosslagerwall@gmail.com>2014-07-17 17:41:37 +0100
committerRoss Lagerwall <rosslagerwall@gmail.com>2014-07-17 17:41:37 +0100
commit198873c067452adad337155be84d17c616d22ed5 (patch)
treed5367cb75114f02857b7460a947facf63292ec57 /daemon/gvfsbackendhttp.h
parent85953661f8932f6a72dcbef729140ea6e7f8f153 (diff)
downloadgvfs-198873c067452adad337155be84d17c616d22ed5.tar.gz
Revert "http: Remove use of SoupSessionSync/SoupSessionAsync"
This reverts commit 4b76a7e10d76b26929425dc8a392bf0cee246b98. Reverting for now since this has concurrency with libsoup: https://bugzilla.gnome.org/show_bug.cgi?id=732783 https://bugzilla.gnome.org/show_bug.cgi?id=732925
Diffstat (limited to 'daemon/gvfsbackendhttp.h')
-rw-r--r--daemon/gvfsbackendhttp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/gvfsbackendhttp.h b/daemon/gvfsbackendhttp.h
index f132c568..8ff943ca 100644
--- a/daemon/gvfsbackendhttp.h
+++ b/daemon/gvfsbackendhttp.h
@@ -51,6 +51,8 @@ struct _GVfsBackendHttp
SoupURI *mount_base;
SoupSession *session;
+
+ SoupSession *session_async;
};
GType g_vfs_backend_http_get_type (void) G_GNUC_CONST;