|
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. | |
| int | end_step |
| end step of time range. | |
| struct sockaddr_storage | addr |
| address of where this range is served. | |
| 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. | |
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().