![]() |
The ROme OpTimistic Simulator
3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
|
A bucket of the remote messages hash map. More...
Collaboration diagram for msg_map_node:Data Fields | |
| atomic_uintptr_t | msg_id |
| The id of the registered message. | |
| nid_t | msg_nid |
| The node id of the sender of the registered message. | |
| simtime_t | until |
| The logical time after which it is safe to delete this entry. | |
| struct lp_msg * | msg |
| The registered message, NULL if it is an anti-message entry. | |
A bucket of the remote messages hash map.
Definition at line 29 of file remote_msg_map.c.