DCMD_DUMPER_REMOVEALL

Remove all notification events for a process

Synopsis:

#include <sys/dcmd_dumper.h>

#define DCMD_DUMPER_REMOVEALL     __DIOT(_DCMD_MISC, DUMPER_REMOVEALL, NULL)

Arguments to devctl():

Argument Value
filedes A file descriptor for the dumper that you obtained by opening /proc/dumper.
dcmd DCMD_DUMPER_REMOVEALL
dev_data_ptr NULL
n_bytes 0
dev_info_ptr NULL

Description:

This command removes all dumper notifications for the calling process. The devctl() function returns EOK whether or not there were any events for the calling process.

Input:

None.

Output:

None.

Example:

See DCMD_DUMPER_NOTIFYEVENT.

See also:

DCMD_DUMPER_NOTIFYEVENT, DCMD_DUMPER_REMOVEEVENT

devctl() in the QNX Neutrino C Library Reference

dumper in the Utilities Reference.