Back to home page

Enduro/X

 
 

    


0001 TPLOGDELBUFREQFILE(3)
0002 =====================
0003 :doctype: manpage
0004 
0005 
0006 NAME
0007 ----
0008 tplogdelbufreqfile - Delete request file from UBF buffer
0009 
0010 SYNOPSIS
0011 --------
0012 #include <atmi.h>
0013 
0014 int tplogdelbufreqfile(char *'data');
0015 
0016 For XATMI client link with '-latmiclt -latmi -lubf -lnstd -lpthread -lrt -lm'
0017 
0018 For XATMI server link with '-latmisrv|-latmisrvnomain|-latmisrvinteg -latmi -lubf -lnstd -lpthread -lrt -lm'
0019 
0020 DESCRIPTION
0021 -----------
0022 Remove request logging file name from UBF buffer. This basically removes 
0023 *EX_NREQLOGFILE* field from buffer, if present.
0024 
0025 
0026 RETURN VALUE
0027 ------------
0028 On success, *tplogdelbufreqfile()* return zero; on error, -1 is returned, 
0029 with *tperrno* set to indicate the error.
0030 
0031 ERRORS
0032 ------
0033 Note that *tpstrerror()* returns generic error message plus custom 
0034 message with debug info from last function call.
0035 
0036 *TPENOENT* Field not present or failed to remove from UBF.
0037 
0038 *TPEINVAL* Not UBF buffer or buffer NULL.
0039 
0040 
0041 EXAMPLE
0042 -------
0043 See *atmitest/test031_logging/atmiclt31.c* for sample code.
0044 
0045 BUGS
0046 ----
0047 Report bugs to support@mavimax.com
0048 
0049 SEE ALSO
0050 --------
0051 *tplogsetreqfile(3)* *tplogsetreqfile_direct(3)* *tplogconfig(3)* *tplogdump(3)* 
0052 *tplogdumpdiff(3)* *tplog(3)* *ex_devguide(guides)* *ndrxdebug.conf(5)*
0053 
0054 COPYING
0055 -------
0056 (C) Mavimax, Ltd
0057