diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-03 13:09:43 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-03 13:09:43 -0600 |
commit | bc045fc7b082b426d7fc165fd07f8184ba2c7ef2 (patch) | |
tree | 79c06e18221e768f2b120599bcef5f4158ea5077 /lib9p/9P2000.txt | |
parent | f401359d87f3375efdd39801652cc18574240049 (diff) |
lib9p: Allow specifying a maximum value for an atom in *.txt
Diffstat (limited to 'lib9p/9P2000.txt')
-rw-r--r-- | lib9p/9P2000.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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]" |