Home |
Function xn_snmp_mem_free |
Function xn_snmp_mem_freeFunction xn_snmp_mem_free frees dynamic memory (DCUs) from the trap binding list created with one or more calls to xn_snmp_add_binding. void xn_snmp_free_mem(struct api_req_desc * rqdp); ParametersrqdpPointer to an api_req_desc structure to free. This function frees dynamic memory which was allocated by calls to xn_snmp_add_binding
|