Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Event_Packer Struct Reference

This is the struct used to send events throuh a stream. More...

#include <Event_Pack.h>

Collaboration diagram for Event_Packer:
Collaboration graph

Data Fields

struct Event_Packpack
 The event pack. More...
 
VMPI_Stream stream
 The associated stream. More...
 
MALP_Spinlock lock
 the lock for concurrent access More...
 

Detailed Description

This is the struct used to send events throuh a stream.

Definition at line 38 of file Event_Pack.h.

Field Documentation

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.


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