snmpSaHandlerCleanup( )

NAME

snmpSaHandlerCleanup( ) - cleanup routine for subagent

SYNOPSIS

void snmpSaHandlerCleanup 
    ( 
    PTR_T          pPkt,  /* pointer to the packet */ 
    SA_HEADER_T *  pHdr   /* header block          */ 
    )

DESCRIPTION

This routine is called by the I/O completion routine if it detects an error. It either frees or arranges to free any resources that might have been allocated for processing a query from the master agent. The information at pPkt and pHdr is passed unchanged into the completion routine.

RETURNS

N/A

SEE ALSO

subagentLib