![]() |
![]() |
![]() |
![]() |
![]() |
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Attach a callback
#include <traceparser.h>
struct tracebuf {
struct traceheader h;
struct traceevent data[_TRACELEMENTS];
};
libtraceparser
The tracebuf structure describes one buffer in the circular linked list of tracebuffers. The structure includes the following members.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |
![]() |
![]() |
![]() |
![]() |