![]() |
The ROme OpTimistic Simulator
2.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
|
Structure for LP's state. More...
#include <state.h>
Data Fields | |
struct _state_t * | next |
struct _state_t * | prev |
simtime_t | lvt |
Simulation time associated with the state log. | |
void * | log |
A pointer to the actual log. | |
msg_t * | last_event |
This log has been taken after the execution of this event. | |
short unsigned int | state |
Execution state. | |
void * | base_pointer |
This is a pointer used to keep track of changes to simulation states via SetState() | |
numerical_state_t | numerical |
topology_t * | topology |
void * | region_data |