Enable QNX extensions to inotify
#include <sys/dcmd_fsevmgr.h> #define DCMD_FSEVMGR_QNX_EXT __DIOT(_DCMD_FSEVMGR, 8, uint32_t)
Argument | Value |
---|---|
filedes | A file descriptor that you obtained by calling inotify_init() |
dcmd | DCMD_FSEVMGR_QNX_EXT |
dev_data_ptr | A pointer to a uint32_t |
n_bytes | sizeof(uint32_t) |
dev_info_ptr | NULL |
This command enables QNX extensions to the inotify system.
A bitwise OR of the INOTIFY_QNX_EXT_* bits (defined in <sys/inotify_ext.h>) that you want to enable.
None.