![]() |
The ROme OpTimistic Simulator
2.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
|
The structure representing a node in the outgoing_queue list. More...
#include <wnd.h>
Data Fields | |
MPI_Request | req |
The MPI Request used to keep track of the delivery operation. | |
struct _outgoing_msg * | next |
next pointer for the list | |
struct _outgoing_msg * | prev |
prev pointer for the list | |
msg_t * | msg |
A pointer to the msg_t which MPI is delivering. | |
The structure representing a node in the outgoing_queue list.