From bc045fc7b082b426d7fc165fd07f8184ba2c7ef2 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Thu, 3 Oct 2024 13:09:43 -0600 Subject: lib9p: Allow specifying a maximum value for an atom in *.txt --- lib9p/9P2000.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib9p/9P2000.txt') diff --git a/lib9p/9P2000.txt b/lib9p/9P2000.txt index fa04fe0..9cdb943 100644 --- a/lib9p/9P2000.txt +++ b/lib9p/9P2000.txt @@ -133,8 +133,8 @@ bitfield o 8 107/Rerror = "ename[s]" 108/Tflush = "oldtag[2]" 109/Rflush = "" -110/Twalk = "fid[4] newfid[4] nwname[2] nwname*(wname[s])" # nwname has a maximum of 16 -111/Rwalk = "nwqid[2] nwqid*(wqid[qid])" # nwname has a maximum of 16 +110/Twalk = "fid[4] newfid[4] nwname[2,max=16] nwname*(wname[s])" +111/Rwalk = "nwqid[2,max=16] nwqid*(wqid[qid])" 112/Topen = "fid[4] mode[o]" 113/Ropen = "qid[qid] iounit[4]" 114/Tcreate = "fid[4] name[s] perm[dm] mode[o]" -- cgit v1.2.3-2-g168b