Contents

fflag

The file-opening mask as applied by the kernel.

Declaration

var fflag: Int32

Discussion

This mask differs from the oflag values used in open(2). When responding to this event, use FFLAG values such as FREAD and FWRITE instead, rather than O_RDONLY, O_RDWR and the like.

See Also

Inspecting Event Properties