Electroneum
replay_range Struct Reference

#include <replay.h>

Collaboration diagram for replay_range:

Public Attributes

int start_step
 
int end_step
 
struct sockaddr_storage addr
 
socklen_t addrlen
 
struct entry * match
 
struct replay_rangenext_range
 

Detailed Description

Range of timesteps, and canned replies to matching queries.

Definition at line 246 of file replay.h.

Member Data Documentation

◆ addr

struct sockaddr_storage replay_range::addr

address of where this range is served.

Definition at line 252 of file replay.h.

◆ addrlen

socklen_t replay_range::addrlen

length of addr, if 0, then any address will do

Definition at line 254 of file replay.h.

◆ end_step

int replay_range::end_step

end step of time range.

Definition at line 250 of file replay.h.

◆ match

struct entry* replay_range::match

Matching list

Definition at line 257 of file replay.h.

◆ next_range

struct replay_range* replay_range::next_range

next in list of time ranges.

Definition at line 260 of file replay.h.

◆ start_step

int replay_range::start_step

time range when this is valid. Including start and end step.

Definition at line 248 of file replay.h.


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