The ROme OpTimistic Simulator  2.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
control.c File Reference

Processing points for control messages. More...

#include <stdbool.h>
#include <scheduler/scheduler.h>
#include <scheduler/process.h>
#include <core/core.h>
#include <communication/communication.h>
#include <mm/mm.h>
#include <mm/ecs.h>
#include <datatypes/list.h>
#include <gvt/gvt.h>
+ Include dependency graph for control.c:

Go to the source code of this file.

Functions

void rollback_control_message (struct lp_struct *lp, simtime_t simtime)
 
bool anti_control_message (msg_t *msg)
 
bool reprocess_control_msg (msg_t *msg)
 
bool receive_control_msg (msg_t *msg)
 
bool process_control_msg (msg_t *msg)
 

Detailed Description

Processing points for control messages.

Processing points for control messages

This file is part of ROOT-Sim (ROme OpTimistic Simulator).

ROOT-Sim is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; only version 3 of the License applies.

ROOT-Sim is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with ROOT-Sim; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Author
Alessandro Pellegrini

Definition in file control.c.