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