WAND Trace processing  4.0.5
libtrace_message_t Struct Reference

Structure describing a message that can be sent to a libtrace thread. More...

Collaboration diagram for libtrace_message_t:

Data Fields

int code
 The message code, as defined in enum libtrace_messages. More...
 
libtrace_generic_t data
 Additional data related to the message. More...
 
libtrace_thread_tsender
 The thread that sent the message. More...
 

Detailed Description

Structure describing a message that can be sent to a libtrace thread.

Field Documentation

int libtrace_message_t::code

The message code, as defined in enum libtrace_messages.

Referenced by store_first_packet(), trace_join(), trace_post_reporter(), trace_ppause(), and trace_pstop().

libtrace_generic_t libtrace_message_t::data

Additional data related to the message.

libtrace_thread_t* libtrace_message_t::sender

The thread that sent the message.

Referenced by trace_message_perpkts(), and trace_message_thread().


The documentation for this struct was generated from the following file: