snmpdViewEntryRemove( )

NAME

snmpdViewEntryRemove( ) - remove an entry from the view table

SYNOPSIS

void snmpdViewEntryRemove 
    ( 
    OIDC_T *   pTreeOid,    /* oid of view subtree to remove */ 
    int        treeOidLen,  /* length of view subtree oid    */ 
    UINT_16_T  index        /* index of entry                */ 
    )

DESCRIPTION

This routine removes an entry from the view table and deallocates the associated resources. The entry should have been previously created with snmpdViewEntrySet( ).

RETURNS

N/A

SEE ALSO

snmpdLib, snmpdViewEntrySet( )