An ordered set of Remailer hosts. More...
#include "chain_data.h"
Data Fields | |
int | sel |
Current selection. More... | |
int | chain_len |
Length of chain. More... | |
int | chain [MAX_MIXES] |
Indexes of chain hosts. More... | |
struct Coord | coords [MAX_MIXES] |
Screen coordinates of each entry. More... | |
struct RemailerArray * | ra |
Array of all Remailer hosts. More... | |
struct MuttWindow * | win_cbar |
Chain Bar (status window) More... | |
An ordered set of Remailer hosts.
The chain
stores a set of indices that reference Remailers in ra
.
Definition at line 45 of file chain_data.h.
int ChainData::sel |
Current selection.
Definition at line 47 of file chain_data.h.
int ChainData::chain_len |
Length of chain.
Definition at line 48 of file chain_data.h.
int ChainData::chain[MAX_MIXES] |
Indexes of chain hosts.
Definition at line 49 of file chain_data.h.
Screen coordinates of each entry.
Definition at line 50 of file chain_data.h.
struct RemailerArray* ChainData::ra |
Array of all Remailer hosts.
Definition at line 51 of file chain_data.h.
struct MuttWindow* ChainData::win_cbar |
Chain Bar (status window)
Definition at line 52 of file chain_data.h.