Multi-ApplicationOnlineProfiling
2.1
|
This is the struct used to send events throuh a stream. More...
#include <Event_Pack.h>
Data Fields | |
struct Event_Pack * | pack |
The event pack. More... | |
VMPI_Stream | stream |
The associated stream. More... | |
MALP_Spinlock | lock |
the lock for concurrent access More... | |
This is the struct used to send events throuh a stream.
Definition at line 38 of file Event_Pack.h.
MALP_Spinlock Event_Packer::lock |
the lock for concurrent access
Definition at line 42 of file Event_Pack.h.
struct Event_Pack* Event_Packer::pack |
The event pack.
Definition at line 40 of file Event_Pack.h.
VMPI_Stream Event_Packer::stream |
The associated stream.
Definition at line 41 of file Event_Pack.h.