 |
The ROme OpTimistic Simulator
3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
|
Go to the documentation of this file.
27 extern void process_global_init(
void);
28 extern void process_global_fini(
void);
34 extern void process_msg(
void);
35 extern void process_msg_sent(
struct lp_msg *msg);
The message processing data produced by the LP.
A model simulation message.
void process_lp_init(void)
Initializes the processing module in the current LP.
Message management functions.
dyn_array(struct lp_msg *) past_msgs
The messages processed in the past by the owner LP.
void process_lp_fini(void)
Finalizes the processing module in the current LP.
void process_lp_deinit(void)
Deinitializes the LP by calling the model's DEINIT handler.