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

A single endpoint for an MSU route. More...

#include <dfg.h>

Public Attributes

uint32_t key
 The key associated with this endpoint. More...
 
struct dfg_msumsu
 The MSU at this endpoint to which a message would be delivered. More...
 

Detailed Description

A single endpoint for an MSU route.

Definition at line 139 of file dfg.h.

Member Data Documentation

uint32_t dfg_route_endpoint::key

The key associated with this endpoint.

In default routing schemes, determines the proportion of traffic sent to this MSU

Definition at line 140 of file dfg.h.

struct dfg_msu* dfg_route_endpoint::msu

The MSU at this endpoint to which a message would be delivered.

Definition at line 143 of file dfg.h.


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