summaryrefslogtreecommitdiff
path: root/sys/src/cmd/webfs/dat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-05-16 17:00:19 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-05-16 17:00:19 +0200
commit4c16111e66763cf0b427082c4132b53e050d4ba2 (patch)
tree27904493de5cf7121354583fe859a2199ff058c5 /sys/src/cmd/webfs/dat.h
parent595f9c4a09bedffab4d7f6dc95c7c7c2720412cb (diff)
webfs: add global timeout parameter settable in rootctl and command line
Diffstat (limited to 'sys/src/cmd/webfs/dat.h')
-rw-r--r--sys/src/cmd/webfs/dat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/webfs/dat.h b/sys/src/cmd/webfs/dat.h
index 4235e48b3..a7fe76281 100644
--- a/sys/src/cmd/webfs/dat.h
+++ b/sys/src/cmd/webfs/dat.h
@@ -65,3 +65,4 @@ struct Buq
int debug;
Url *proxy;
+int timeout;