summaryrefslogtreecommitdiff
path: root/lib9p/9P2000.e.txt
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-26 19:36:54 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-26 19:36:54 -0600
commit71e1a86a033c380f85dd300d788af63bfef25bab (patch)
tree07aa53d5a933ba51535a78972edbfe0cd95a31c5 /lib9p/9P2000.e.txt
parentf5da707e77ee954b12f3c961012e4f40fa4e1bd3 (diff)
wip reorg
Diffstat (limited to 'lib9p/9P2000.e.txt')
-rw-r--r--lib9p/9P2000.e.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib9p/9P2000.e.txt b/lib9p/9P2000.e.txt
new file mode 100644
index 0000000..22f056e
--- /dev/null
+++ b/lib9p/9P2000.e.txt
@@ -0,0 +1,16 @@
+# 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"
+
+150/Tsession = "key[8]"
+151/Rsession = ""
+152/Tsread = "fid[4] nwname[2] nwname*(wname[s])"
+153/Rsread = "data[d]"
+154/Tswrite = "Tswrite tag[2] fid[4] nwname[2] nwname*(wname[s]) data[d]"
+155/Rswrite = "count[4]"