traceparser_destroy()
QNX SDP8.0C Library ReferenceAPIDeveloper
Destroy a traceparser state structure
Synopsis:
#include <sys/traceparser.h>
void traceparser_destroy (
struct traceparser_state ** stateptr );
Arguments:
- stateptr
- A pointer to the parser's state information, obtained by calling traceparser_init().
Library:
libtraceparser
Use the -l traceparser option to qcc to link against this library.
Description:
The traceparser_destroy() function destroys the previously initialized traceparser state structure that stateptr points to. You'll use this function if you're creating your own utility for parsing trace data (as an alternative to traceprinter).
Classification:
Safety: | |
---|---|
Cancellation point | No |
Signal handler | No |
Thread | No |
Page updated: