pub const FANOTIFY_METADATA_VERSION: u8 = 3;
Expand description

This const is used to be compared to vers field of FanotifyEventMetadata to verify that the structures returned at run time match the structures defined at compile time.

In case of a mismatch, the application should abandon trying to use the fanotify file descriptor.