ClientInfoExtFree()

Free the structure used for extended information about a client connection

Synopsis:

#include <sys/neutrino.h>

int ClientInfoExtFree( struct _client_info ** info );

Arguments:

info
The address of a pointer to the _client_info structure that you want to free.

Library:

libc

Use the -l c option to qcc to link against this library. This library is usually included automatically.

Description:

This call frees the memory allocated by a call to ConnectClientInfoExt().

Returns:

0, or -1 if an error occurred (errno is set).

Classification:

QNX Neutrino

Safety:  
Cancellation point No
Interrupt handler No
Signal handler Yes
Thread Yes