pub const FAN_CLASS_PRE_CONTENT: u32 = 0x00000008;
Expand description

This value allows the receipt of events notifying that a file has been accessed and events for permission decisions if a file may be accessed. It is intended for event listeners that need to access files before they contain their final data. This notification class might be used by hierarchical storage managers, for example.