|
Electroneum
|
#include <replay.h>

Public Attributes | |
| int | time_step |
| struct replay_moment * | mom_next |
| enum replay_moment::replay_event_type | evt_type |
| struct entry * | match |
| struct timeval | elapse |
| struct sockaddr_storage | addr |
| socklen_t | addrlen |
| char * | variable |
| char * | string |
| char * | autotrust_id |
| struct config_strlist * | file_content |
A replay moment. Basically, it consists of events to a fake select() call. This is a recording of an event that happens. And if output is presented, what is done with that.
what happens this moment?
Definition at line 190 of file replay.h.
| struct sockaddr_storage replay_moment::addr |
| socklen_t replay_moment::addrlen |
| char* replay_moment::autotrust_id |
| struct timeval replay_moment::elapse |
| enum replay_moment::replay_event_type replay_moment::evt_type |
variable with what is to happen this moment
| struct config_strlist* replay_moment::file_content |
| struct entry* replay_moment::match |
| struct replay_moment* replay_moment::mom_next |
| int replay_moment::time_step |