summaryrefslogtreecommitdiff
path: root/lib9p/idl/2012-9P2000.e.9p
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-01-27 21:38:15 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-01-27 21:38:15 -0700
commitf7b7c04e2ebb24ccae89b77ce76f0b405eb213d1 (patch)
tree87f743d15943f47bb55f0a675877b9f7f42e4597 /lib9p/idl/2012-9P2000.e.9p
parentfbc408b36495a60aaf87f5e368a11f57f246d023 (diff)
parent508730301701ece981149f18bc515797cf2b9990 (diff)
Merge branch 'lukeshu/misc'
Diffstat (limited to 'lib9p/idl/2012-9P2000.e.9p')
-rw-r--r--lib9p/idl/2012-9P2000.e.9p7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib9p/idl/2012-9P2000.e.9p b/lib9p/idl/2012-9P2000.e.9p
index aba4e66..ef80796 100644
--- a/lib9p/idl/2012-9P2000.e.9p
+++ b/lib9p/idl/2012-9P2000.e.9p
@@ -10,12 +10,9 @@ version "9P2000.e"
from ./2002-9P2000.9p import *
-# like 9P2000 `d`, but without the s32_max limit
-struct d_e = "len[4] len*(dat[1])"
-
msg Tsession = "size[4,val=end-&size] typ[1,val=150] tag[tag] key[8]"
msg Rsession = "size[4,val=end-&size] typ[1,val=151] tag[tag]"
msg Tsread = "size[4,val=end-&size] typ[1,val=152] tag[tag] fid[4] nwname[2] nwname*(wname[s])"
-msg Rsread = "size[4,val=end-&size] typ[1,val=153] tag[tag] data[d_e]"
-msg Tswrite = "size[4,val=end-&size] typ[1,val=154] tag[tag] fid[4] nwname[2] nwname*(wname[s]) data[d_e]"
+msg Rsread = "size[4,val=end-&size] typ[1,val=153] tag[tag] data[d]"
+msg Tswrite = "size[4,val=end-&size] typ[1,val=154] tag[tag] fid[4] nwname[2] nwname*(wname[s]) data[d]"
msg Rswrite = "size[4,val=end-&size] typ[1,val=155] tag[tag] count[4]"