summaryrefslogtreecommitdiff
path: root/lib9p/9P2000.e.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib9p/9P2000.e.txt')
-rw-r--r--lib9p/9P2000.e.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib9p/9P2000.e.txt b/lib9p/9P2000.e.txt
index 22f056e..e60bce0 100644
--- a/lib9p/9P2000.e.txt
+++ b/lib9p/9P2000.e.txt
@@ -8,9 +8,11 @@
# https://github.com/cloudozer/ling/blob/master/doc/9p2000e.md
version "9P2000.e"
+from 9P2000.txt import *
+
150/Tsession = "key[8]"
151/Rsession = ""
152/Tsread = "fid[4] nwname[2] nwname*(wname[s])"
153/Rsread = "data[d]"
-154/Tswrite = "Tswrite tag[2] fid[4] nwname[2] nwname*(wname[s]) data[d]"
+154/Tswrite = "fid[4] nwname[2] nwname*(wname[s]) data[d]"
155/Rswrite = "count[4]"