DCMD_FSEVMGR_FILTER_REM

Remove an inotify watch

Synopsis:

#include <sys/dcmd_fsevmgr.h>

#define DCMD_FSEVMGR_FILTER_REM   __DIOT(_DCMD_FSEVMGR, 4, int32_t)

Arguments to devctl():

Argument Value
filedes A file descriptor that you obtained by calling inotify_init()
dcmd DCMD_FSEVMGR_FILTER_REM
dev_data_ptr A pointer to an int32_t
n_bytes sizeof(int32_t)
dev_info_ptr NULL

Description:

This command removes an inotify watch. You should call inotify_rm_watch() instead of using this command directly.

Input:

A watch descriptor.

Output:

None.

See also:

devctl(), inotify_add_watch(), inotify_init(), inotify_rm_watch() in the QNX Neutrino C Library Reference

fsevmgr in the Utilities Reference