Back to home page

Enduro/X

 
 

    


0001 TPSRVFREECTXDATA(3)
0002 ===================
0003 :doctype: manpage
0004 
0005 
0006 NAME
0007 ----
0008 tpsrvfreectxdata - Free server context data
0009 
0010 
0011 SYNOPSIS
0012 --------
0013 #include <atmi.h>
0014 
0015 void tpsrvfreectxdata(char *p_buf);
0016 
0017 Link with '-latmisrv|-latmisrvnomain|-latmisrvinteg -latmi -lubf -lnstd 
0018 -lpthread -lrt -lm'
0019 
0020 DESCRIPTION
0021 -----------
0022 Function is used for deallocating the server context data allocated either 
0023 by *tpsrvgetctxdata(3)* or *tpsrvgetctxdata2()*.
0024 
0025 This function is available only for XATMI servers.
0026 
0027 RETURN VALUE
0028 ------------
0029 Function does not return a value.
0030 
0031 ERRORS
0032 ------
0033 Function does not return an error.
0034 
0035 EXAMPLE
0036 -------
0037 See *atmitest/test017_srvthread/atmisv17.c* for sample code.
0038 
0039 BUGS
0040 ----
0041 Report bugs to support@mavimax.com
0042 
0043 SEE ALSO
0044 --------
0045 *tpsetctxdata(3)* *tpsrvgetctxdata(3)* *tpcontinue(3)* *tpinit(3)*
0046 
0047 COPYING
0048 -------
0049 (C) Mavimax, Ltd
0050