
{ Information needed to audit permanent file attach requests.
{
{ OBJECT_ID_P - a pointer to the information needed to identify
{   a file system object.
{ OWNERSHIP - Set containing the ownership information for the user
{   making the request.  This information is used to determine if the user
{   is the owner of the master catalog that the file resides in.
{ ACCESS_MODE_P - a pointer to the access modes specified on the
{   attach request.

  TYPE
    sft$ai_attach_file = record
      object_id_p: ^sft$audited_fs_object_id,
      ownership: pft$ownership,
      access_mode_p: ^pft$usage_selections,
    recend;

*copyc pft$ownership
*copyc pft$usage_selections
*copyc sft$audited_fs_object_id

