dtrace_close() Function

The final action performed by the consumer is to call the dtrace_close() function on the DTrace handle. This function performs user space cleanup if required, such as freeing any memory and closing any open file descriptors associated with this DTrace handle.

void dtrace_close(dtrace_hdl_t *dtp)