summaryrefslogtreecommitdiff
path: root/daemon/gvfsftpdircache.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-06-04 21:38:19 +0200
committerBenjamin Otte <otte@gnome.org>2009-06-11 10:05:40 +0200
commit099ec12159453b224957f36bef4271bfd9c326b3 (patch)
treee22a92bd8f8e7aea339b84f489f614213f06861e /daemon/gvfsftpdircache.h
parent5bca61ba06c374b5d4ef197e4805074880ddee20 (diff)
downloadgvfs-099ec12159453b224957f36bef4271bfd9c326b3.tar.gz
[FTP] improve debugging
- print LIST replies again - make connections have a debug id and use it for debugging prints
Diffstat (limited to 'daemon/gvfsftpdircache.h')
-rw-r--r--daemon/gvfsftpdircache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/gvfsftpdircache.h b/daemon/gvfsftpdircache.h
index 5a1237a8..efebec25 100644
--- a/daemon/gvfsftpdircache.h
+++ b/daemon/gvfsftpdircache.h
@@ -36,6 +36,7 @@ typedef struct _GVfsFtpDirCacheEntry GVfsFtpDirCacheEntry;
struct _GVfsFtpDirFuncs {
const char * command;
gboolean (* process) (GInputStream * stream,
+ int debug_id,
const GVfsFtpFile * dir,
GVfsFtpDirCacheEntry * entry,
GCancellable * cancellable,