Keeps track of which MSUs have seen a given message header. More...
#include <msu_message.h>
Public Attributes | |
| struct msu_provinance_item | origin |
| The first MSU to see this message. More... | |
| struct msu_provinance_item | sender |
| The last MSU to see this message. More... | |
| struct msu_provinance_item | path [8] |
| A list of each MSU that has seen this message TODO: For now, one MSU of each type. More... | |
| int | path_len |
| The current length of msg_provinance::path. More... | |
Keeps track of which MSUs have seen a given message header.
Definition at line 69 of file msu_message.h.
| struct msu_provinance_item msg_provinance::origin |
The first MSU to see this message.
Definition at line 71 of file msu_message.h.
| struct msu_provinance_item msg_provinance::path[8] |
A list of each MSU that has seen this message TODO: For now, one MSU of each type.
Definition at line 76 of file msu_message.h.
| int msg_provinance::path_len |
The current length of msg_provinance::path.
Definition at line 78 of file msu_message.h.
| struct msu_provinance_item msg_provinance::sender |
The last MSU to see this message.
Definition at line 73 of file msu_message.h.
1.8.6