deleted

Is used by zinfo_t and contains information about the time stamp and user ID of a deleted file.

Service:
Defined In:fshooks.h

Syntax

  struct 
  { 
     uint64_t   time;
     userid_t   id;
  } deleted;
  

Fields

time

Specifies the time that the file was deleted.

id

Specifies the user ID of the user that deleted the file.

Remarks

If the file is not a deleted file, both fields are filled with zeroes.