summaryrefslogtreecommitdiff
path: root/common/gvfsdaemonprotocol.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:26:15 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 13:26:15 +0000
commitf833ac11c6b66bc865a370d38553872bbb81a277 (patch)
treeac71dc91e68894d4a8622afa361b61fabdbe61f5 /common/gvfsdaemonprotocol.h
parentcc83b35498ee2d30894486a91d50bf4cc629ec4d (diff)
downloadgvfs-f833ac11c6b66bc865a370d38553872bbb81a277.tar.gz
Use very long timout for mount operations
Original git commit by Alexander Larsson <alexl@redhat.com> at 1178633043 +0200 svn path=/trunk/; revision=526
Diffstat (limited to 'common/gvfsdaemonprotocol.h')
-rw-r--r--common/gvfsdaemonprotocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gvfsdaemonprotocol.h b/common/gvfsdaemonprotocol.h
index a4bfc784..5decbcab 100644
--- a/common/gvfsdaemonprotocol.h
+++ b/common/gvfsdaemonprotocol.h
@@ -43,6 +43,9 @@ G_BEGIN_DECLS
#define G_VFS_DBUS_SPAWNER_INTERFACE "org.gtk.vfs.Spawner"
#define G_VFS_DBUS_OP_SPAWNED "Spawned"
+/* Mounts time out in 10 minutes, since they can be slow, with auth, etc */
+#define G_VFS_DBUS_MOUNT_TIMEOUT_MSECS (1000*60*10)
+
typedef struct {
guint32 command;
guint32 seq_nr;