Free the structure used for information about a client connection
#include <sys/iofunc.h> int iofunc_client_info_ext_free ( struct _client_info ** info );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The iofunc_client_info_ext_free() function frees the memory allocated by a call to iofunc_client_info_ext().
0, or -1 if an error occurred (errno is set).
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |