Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

traceparser_destroy()

Destroy a traceparser state structure

Synopsis:

#include <traceparser.h>

void traceparser_destroy ( 
   struct traceparser_state ** stateptr );

Library:

libtraceparser

Description:

The traceparser_destroy() function destroys a previously initialized traceparser state structure, stateptr.

Classification:

QNX Neutrino

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread No

See also:

traceparser_get_info(), traceparser_init()