Name
tplogfpunlock — Release file pointer
Synopsis
#include <ndebug.h>
void tplogfpunlock(ndrx_debug_t *dbg);
Link with -lnstd -lpthread -lrt -lm
DESCRIPTION
Release locked debug file pointer where dbg is value returned by tplogfplock(3).
After the release, any queued log rotates or output log-file reconfiguration is
performed.
EXAMPLE
See atmitest/test031_logging/atmiclt31.c for sample code.
SEE ALSO
tplogfplock(3) tplogfpget(3)