Force a flush of the logged data to the log files
#include <sys/dcmd_chr.h> #define DCMD_CHR_FLUSH_LOG __DIOT(_DCMD_CHR, 38, int)
Argument | Value |
---|---|
filedes | A file descriptor that you obtained by opening the device. |
dcmd | DCMD_CHR_FLUSH_LOG |
dev_data_ptr | A pointer to a int |
n_bytes | sizeof(int) |
dev_info_ptr | NULL |
This forces a flush of the logged data to the log files.
None.
DCMD_CHR_DISABLE_LOGGING, DCMD_CHR_ENABLE_LOGGING
devctl() in the QNX Neutrino C Library Reference