|
unbound
0.1
|
Range of timesteps, and canned replies to matching queries. More...
#include <replay.h>
Data Fields | |
| int | start_step |
| time range when this is valid. More... | |
| int | end_step |
| end step of time range. More... | |
| struct sockaddr_storage | addr |
| address of where this range is served. More... | |
| socklen_t | addrlen |
| length of addr, if 0, then any address will do | |
| struct entry * | match |
| Matching list. | |
| struct replay_range * | next_range |
| next in list of time ranges. More... | |
Range of timesteps, and canned replies to matching queries.
| int replay_range::start_step |
time range when this is valid.
Including start and end step.
Referenced by pending_find_match(), and replay_range_read().
| int replay_range::end_step |
end step of time range.
Referenced by pending_find_match(), and replay_range_read().
| struct sockaddr_storage replay_range::addr |
address of where this range is served.
Referenced by pending_find_match(), and replay_range_read().
| struct replay_range* replay_range::next_range |
next in list of time ranges.
Referenced by pending_find_match(), and replay_scenario_delete().
1.8.13