My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
msu_endpoint Struct Reference

An endpoint to which an msu_msg can be delivered. More...

#include <routing.h>

Public Attributes

int id
 A unque identifier for the endpoint (msu ID) More...
 
enum msu_locality locality
 Whether the endpoint is on the local machine or remote. More...
 
unsigned int route_id
 The ID for the route used to get to the endpoint. More...
 
unsigned int runtime_id
 The ID for the runtime on which the endpoint resides. More...
 
struct msg_queuequeue
 if msu_endpoint::locality == MSU_IS_LOCAL, the queue for the msu endpoint More...
 

Detailed Description

An endpoint to which an msu_msg can be delivered.

Definition at line 32 of file routing.h.

Member Data Documentation

int msu_endpoint::id

A unque identifier for the endpoint (msu ID)

Definition at line 34 of file routing.h.

enum msu_locality msu_endpoint::locality

Whether the endpoint is on the local machine or remote.

Definition at line 36 of file routing.h.

struct msg_queue* msu_endpoint::queue

if msu_endpoint::locality == MSU_IS_LOCAL, the queue for the msu endpoint

Definition at line 42 of file routing.h.

unsigned int msu_endpoint::route_id

The ID for the route used to get to the endpoint.

Definition at line 38 of file routing.h.

unsigned int msu_endpoint::runtime_id

The ID for the runtime on which the endpoint resides.

Definition at line 40 of file routing.h.


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