saIpcFree( )

NAME

saIpcFree( ) - free the specified IPC mechanism

SYNOPSIS

void saIpcFree 
    ( 
    PTR_T  ipchandle  /* pointer to IPC handle */ 
    )

DESCRIPTION

Call this routine to free the IPC mechanism specified by ipchandle. You created this IPC mechanism with a call to snmpSaInit( ). If you rewrote snmpSaInit( ) to use an IPC mechanism other than message queues, you must rewrite saIpcFree( ) to match.

RETURNS

N/A

SEE ALSO

saIoLib