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

Internal declaration of a stream endpoint. More...

#include <VMPI_stream.h>

Collaboration diagram for _VMPI_Stream:
Collaboration graph

Data Fields

int target
 Target task. More...
 
int remote_tag
 Remote unique tag. More...
 
int local_tag
 Local unique tag. More...
 
int state
 Been closed or not. More...
 

Detailed Description

Internal declaration of a stream endpoint.

Definition at line 73 of file VMPI_stream.h.

Field Documentation

int _VMPI_Stream::local_tag

Local unique tag.

Definition at line 77 of file VMPI_stream.h.

int _VMPI_Stream::remote_tag

Remote unique tag.

Definition at line 76 of file VMPI_stream.h.

int _VMPI_Stream::state

Been closed or not.

Definition at line 78 of file VMPI_stream.h.

int _VMPI_Stream::target

Target task.

Definition at line 75 of file VMPI_stream.h.


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