Back to home page

Enduro/X

 
 

    


0001 TPLOGFPUNLOCK(3)
0002 ================
0003 :doctype: manpage
0004 
0005 
0006 NAME
0007 ----
0008 tplogfpunlock - Release file pointer
0009 
0010 
0011 SYNOPSIS
0012 --------
0013 #include <ndebug.h>
0014 
0015 void tplogfpunlock(ndrx_debug_t *'dbg');
0016 
0017 Link with '-lnstd -lpthread -lrt -lm'
0018 
0019 DESCRIPTION
0020 -----------
0021 Release locked debug file pointer where 'dbg' is value returned by *tplogfplock(3)*. 
0022 After the release, any queued log rotates or output log-file reconfiguration is
0023 performed.
0024 
0025 RETURN VALUE
0026 ------------
0027 N/A
0028 
0029 ERRORS
0030 ------
0031 N/A
0032 
0033 EXAMPLE
0034 -------
0035 See *atmitest/test031_logging/atmiclt31.c* for sample code.
0036 
0037 BUGS
0038 ----
0039 Report bugs to support@mavimax.com
0040 
0041 SEE ALSO
0042 --------
0043 *tplogfplock(3)* *tplogfpget(3)*
0044 
0045 COPYING
0046 -------
0047 (C) Mavimax, Ltd
0048