
{ Information needed to audit the mounting of a magnetic tape.
{
{ EXTERNAL_VSN_P - a pointer to the external VSN for the tape.
{ RECORED_VSN_P - a pointer to the recorded VSN for the tape.
{ WRITE_RING - specifies whether or not the write ring was in the tape.
{ ELEMENT_NAME_P - a pointer to the name of the drive that tape was mounted
{    on.

  TYPE
    sft$ai_mount_magnetic_tape = record
      external_vsn_p: ^rmt$external_vsn,
      recorded_vsn_p: ^rmt$recorded_vsn,
      write_ring: boolean,
      element_name_p: ^ost$name,
    recend;

*copyc ost$name
*copyc rmt$external_vsn
*copyc rmt$recorded_vsn

