diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-03 15:05:43 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-03 21:05:29 -0700 |
commit | 19ca216509a67451f43301b313c76a2fdf11814b (patch) | |
tree | ca95cc64f7f60d9530c1871fa0c9d174d2267693 /lib9p/idl/2012-9P2000.e.9p | |
parent | c00502686d65001154728d338d41caba41bd1ff7 (diff) |
lib9p: idl: Inline the `d` and `d_signed` structs
Diffstat (limited to 'lib9p/idl/2012-9P2000.e.9p')
-rw-r--r-- | lib9p/idl/2012-9P2000.e.9p | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib9p/idl/2012-9P2000.e.9p b/lib9p/idl/2012-9P2000.e.9p index ef80796..dde9d96 100644 --- a/lib9p/idl/2012-9P2000.e.9p +++ b/lib9p/idl/2012-9P2000.e.9p @@ -13,6 +13,6 @@ from ./2002-9P2000.9p import * 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]" -msg Tswrite = "size[4,val=end-&size] typ[1,val=154] tag[tag] fid[4] nwname[2] nwname*(wname[s]) data[d]" +msg Rsread = "size[4,val=end-&size] typ[1,val=153] tag[tag] count[4] count*(data[1])" +msg Tswrite = "size[4,val=end-&size] typ[1,val=154] tag[tag] fid[4] nwname[2] nwname*(wname[s]) count[4] count*(data[1])" msg Rswrite = "size[4,val=end-&size] typ[1,val=155] tag[tag] count[4]" |