summaryrefslogtreecommitdiff
path: root/daemon/gvfsjobread.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 10:35:50 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 10:35:50 +0000
commit4311de34b4e46bdca9c650f235fb0ab015a0847f (patch)
tree37d40e4966a2d7b2eac5122e944ba6b673910e97 /daemon/gvfsjobread.h
parent47f200386b742183ea7a131ef45236e47984be59 (diff)
downloadgvfs-4311de34b4e46bdca9c650f235fb0ab015a0847f.tar.gz
Initial work on the new way to track mountpoints.
Daemon side only. Original git commit by Alexander Larsson <alex@greebo.(none)> at 1165492556 +0100 svn path=/trunk/; revision=219
Diffstat (limited to 'daemon/gvfsjobread.h')
-rw-r--r--daemon/gvfsjobread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gvfsjobread.h b/daemon/gvfsjobread.h
index f7cda3e8..ea084428 100644
--- a/daemon/gvfsjobread.h
+++ b/daemon/gvfsjobread.h
@@ -14,7 +14,6 @@ G_BEGIN_DECLS
#define G_IS_VFS_JOB_READ_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_VFS_JOB_READ))
#define G_VFS_JOB_READ_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_VFS_JOB_READ, GVfsJobReadClass))
-/* GVfsJobRead declared in gvfsjob.h */
typedef struct _GVfsJobReadClass GVfsJobReadClass;
struct _GVfsJobRead
@@ -22,6 +21,7 @@ struct _GVfsJobRead
GVfsJob parent_instance;
GVfsReadChannel *channel;
+ GVfsBackend *backend;
GVfsBackendHandle handle;
gsize bytes_requested;
char *buffer;