iofunc_client_info_ext_free()
QNX SDP8.0C Library ReferenceAPIDeveloper
Free the structure used for information about a client connection
Synopsis:
#include <sys/iofunc.h>
int iofunc_client_info_ext_free ( struct _client_info ** info );
Arguments:
- info
- The address of a pointer to the _client_info structure that you want to free. This address can refer to a NULL pointer; in this case, the call has no effect.
Library:
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
Description:
The iofunc_client_info_ext_free() function frees the memory allocated by a call to iofunc_client_info_ext().
Returns:
0, or -1 if an error occurred (errno is set).
Classification:
Safety: | |
---|---|
Cancellation point | No |
Signal handler | Yes |
Thread | Yes |
Page updated: