DCMD_FSEVMGR_QNX_EXT

Enable QNX extensions to inotify

Synopsis:

#include <sys/dcmd_fsevmgr.h>

#define DCMD_FSEVMGR_QNX_EXT   __DIOT(_DCMD_FSEVMGR, 8, uint32_t)

Arguments to devctl():

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

Description:

This command enables QNX extensions to the inotify system.

Input:

A bitwise OR of the INOTIFY_QNX_EXT_* bits (defined in <sys/inotify_ext.h>) that you want to enable.

Output:

None.

See also:

devctl() in the QNX Neutrino C Library Reference

fsevmgr in the Utilities Reference