snmpdTreeAdd( )

NAME

snmpdTreeAdd( ) - dynamically add a subtree to the SNMP agent MIB tree

SYNOPSIS

STATUS  snmpdTreeAdd 
    ( 
    char *       pTreeOidStr, 
    MIBNODE_T *  pTreeAddr 
    )

DESCRIPTION

This routine adds the specified MIB subtree, located in memory at the address pTreeAddr, to the agent's MIB data tree at the node with the object identifier specified by pTreeOidStr. This subtree is normally generated with the -start option to mibcomp.

RETURNS

OK on success, otherwise ERROR.

SEE ALSO

snmpdLib, WindNet SNMPv1v2c VxWorks Component Release Supplement