
  TYPE
    pft$ring_audit_info = record
      case audit: boolean of
      = FALSE =
        ,
      = TRUE =
        ring_attributes: amt$ring_attributes,
      casend,
    recend;

*copyc amt$ring_attributes
