summaryrefslogtreecommitdiff
path: root/sys/src/cmd/webfs/dat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-06-18 21:26:28 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-06-18 21:26:28 +0200
commitae311094ad8f95c1ff5d06a8edd865579175922d (patch)
treed7054a1bed19d471b37a798ef48fd12397d875ae /sys/src/cmd/webfs/dat.h
parent9428062b551f78a6a0bf0625568604d79d2ba632 (diff)
mothra/webfs: multipart/form-data and file upload support
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 a7fe76281..60dd0870c 100644
--- a/sys/src/cmd/webfs/dat.h
+++ b/sys/src/cmd/webfs/dat.h
@@ -51,6 +51,7 @@ struct Buq
int closed;
int limit;
int size;
+ int nwq;
/* write buffers */
Buf *bh;