summaryrefslogtreecommitdiff
path: root/daemon/gvfswritechannel.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 12:01:21 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 12:01:21 +0000
commit96a4c6d0c3946b9c05a2facbc9b72dfe7adc6418 (patch)
treec29b6c322b3643fc2074a6f156e7ab18a38a935c /daemon/gvfswritechannel.c
parent5c5c4a38b7074be0961ca0320cbb9c793832b194 (diff)
downloadgvfs-96a4c6d0c3946b9c05a2facbc9b72dfe7adc6418.tar.gz
Fixes to write channel
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1171881013 +0100 svn path=/trunk/; revision=361
Diffstat (limited to 'daemon/gvfswritechannel.c')
-rw-r--r--daemon/gvfswritechannel.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/daemon/gvfswritechannel.c b/daemon/gvfswritechannel.c
index fe7c7741..a80af105 100644
--- a/daemon/gvfswritechannel.c
+++ b/daemon/gvfswritechannel.c
@@ -17,9 +17,9 @@
#include <gio/goutputstreamsocket.h>
#include <gvfsdaemonprotocol.h>
#include <gvfsdaemonutils.h>
-#include <gvfsjobread.h>
-#include <gvfsjobseekread.h>
-#include <gvfsjobcloseread.h>
+#include <gvfsjobwrite.h>
+#include <gvfsjobseekwrite.h>
+#include <gvfsjobclosewrite.h>
struct _GVfsWriteChannel
{
@@ -189,7 +189,7 @@ g_vfs_write_channel_send_written (GVfsWriteChannel *write_channel,
reply.arg1 = g_htonl (bytes_written);
reply.arg2 = 0;
- g_vfs_channel_send_reply (channel, &reply, buffer, count);
+ g_vfs_channel_send_reply (channel, &reply, NULL, 0);
}