aboutsummaryrefslogtreecommitdiff
path: root/sys/mtio/mtio.com
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /sys/mtio/mtio.com
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'sys/mtio/mtio.com')
-rw-r--r--sys/mtio/mtio.com9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/mtio/mtio.com b/sys/mtio/mtio.com
new file mode 100644
index 00000000..8accab3b
--- /dev/null
+++ b/sys/mtio/mtio.com
@@ -0,0 +1,9 @@
+# The MTIO Common.
+
+int new_mtchan # flag newly opened channel
+int mtdev[LEN_MTIODES,MT_MAXTAPES+1] # integer fields
+char mtnam[SZ_DEVICE,MT_MAXTAPES+1] # array of drive names
+char mtosn[SZ_IODEV,MT_MAXTAPES+1] # host name for device
+char mtlkn[SZ_LKNAME,MT_MAXTAPES+1] # lock file name
+
+common /mtiocom/ new_mtchan, mtdev, mtnam, mtosn, mtlkn