
{ Information needed to audit the creation 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.

  TYPE
    sft$ai_create_fs_object = record
      object_id_p: ^sft$audited_fs_object_id,
      ownership: pft$ownership,
    recend;

*copyc pft$ownership
*copyc sft$audited_fs_object_id
