summaryrefslogtreecommitdiff
path: root/lib9p/9P2000.e.txt
blob: e60bce022fd5c139202f0ee2664f6d7248639256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 9P2000e.e.txt - Definitions of 9P2000.e messages
#
# Copyright (C) 2024  Luke T. Shumaker <lukeshu@lukeshu.com>
# SPDX-Licence-Identifier: AGPL-3.0-or-later

# "9P2000.e" Erlang extension
# https://erlangonxen.org/more/9p2000e
# 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  = "fid[4] nwname[2] nwname*(wname[s]) data[d]"
155/Rswrite  = "count[4]"