summaryrefslogtreecommitdiff
path: root/lib9p/idl/02-9P2000.e.9p
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-09 17:01:06 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-10-09 17:01:06 -0600
commitbb5afed7a0eeaf361be1e29b3a3ab8ace2865b39 (patch)
treed311d7c8a658079ee5280d5d057203a5d501091c /lib9p/idl/02-9P2000.e.9p
parentcb8893dd08b7b359f45ef225acd2f6e103d38bba (diff)
lib9p: finish refactor
Diffstat (limited to 'lib9p/idl/02-9P2000.e.9p')
-rw-r--r--lib9p/idl/02-9P2000.e.9p18
1 files changed, 0 insertions, 18 deletions
diff --git a/lib9p/idl/02-9P2000.e.9p b/lib9p/idl/02-9P2000.e.9p
deleted file mode 100644
index b91b2c5..0000000
--- a/lib9p/idl/02-9P2000.e.9p
+++ /dev/null
@@ -1,18 +0,0 @@
-# 02-9P2000e.e.9p - 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 ./01-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 Rswrite = "size[4,val=end-&size] typ[1,val=155] tag[tag] count[4]"