summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cwfs/portdat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-05-01 07:07:32 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-05-01 07:07:32 +0000
commitdb7290d79e86abfdab490e793073a4936c8e1e5f (patch)
treedac3dcff6e2dfa616a99a03732013345038eb51b /sys/src/cmd/cwfs/portdat.h
parent064bce08419857817e0b851ea43ae66b2aee0843 (diff)
cwfs: fix network listener, relay auth errors. boot(8): split bootargs only on first ! char, prepare /net so cwfs can announce 9fs
Diffstat (limited to 'sys/src/cmd/cwfs/portdat.h')
-rw-r--r--sys/src/cmd/cwfs/portdat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/cwfs/portdat.h b/sys/src/cmd/cwfs/portdat.h
index 820cb99a2..a0bca86e0 100644
--- a/sys/src/cmd/cwfs/portdat.h
+++ b/sys/src/cmd/cwfs/portdat.h
@@ -267,6 +267,8 @@ struct Chan
uchar authinfo[64];
void* pdata; /* sometimes is a Netconn* */
+
+ char err[ERRMAX];
};
struct Filsys