
{ Information needed to audit changes to the names of file system objects.
{
{ 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 in which the object resides.
{ NEW_VARIANT_PATH:  a record specifying a pointer to either the new path or
{       the new complete path for the object.

  TYPE
    sft$ai_change_fs_object_name = record
      object_id_p: ^sft$audited_fs_object_id,
      ownership: pft$ownership,
      new_variant_path: pft$variant_path,
    recend;

*copyc pft$ownership
*copyc pft$variant_path
*copyc sft$audited_fs_object_id
