cl_free_netmap routine

Frees the storage previously allocated by a call to cl_alloc_netmap.

Syntax

void cl_free_netmap (struct cl_net *netmap)

Parameters

Item Description
netmap A pointer to the netmap to be freed.

Status codes

None.

Example

See the example for the cl_getnetmap routine.