NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ChainData Struct Reference

An ordered set of Remailer hosts. More...

#include "chain_data.h"

+ Collaboration diagram for ChainData:

Data Fields

int sel
 Current selection.
 
int chain_len
 Length of chain.
 
int chain [MAX_MIXES]
 Indexes of chain hosts.
 
struct Coord coords [MAX_MIXES]
 Screen coordinates of each entry.
 
struct RemailerArray * ra
 Array of all Remailer hosts.
 
struct MuttWindowwin_cbar
 Chain Bar (status window)
 

Detailed Description

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.

Field Documentation

◆ sel

int ChainData::sel

Current selection.

Definition at line 47 of file chain_data.h.

◆ chain_len

int ChainData::chain_len

Length of chain.

Definition at line 48 of file chain_data.h.

◆ chain

int ChainData::chain[MAX_MIXES]

Indexes of chain hosts.

Definition at line 49 of file chain_data.h.

◆ coords

struct Coord ChainData::coords[MAX_MIXES]

Screen coordinates of each entry.

Definition at line 50 of file chain_data.h.

◆ ra

struct RemailerArray* ChainData::ra

Array of all Remailer hosts.

Definition at line 51 of file chain_data.h.

◆ win_cbar

struct MuttWindow* ChainData::win_cbar

Chain Bar (status window)

Definition at line 52 of file chain_data.h.


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