2008-10-28 21:59:25 +00:00
|
|
|
// This file is part of BOINC.
|
|
|
|
// http://boinc.berkeley.edu
|
2018-04-07 22:42:19 +00:00
|
|
|
// Copyright (C) 2018 University of California
|
2008-10-28 21:59:25 +00:00
|
|
|
//
|
|
|
|
// BOINC is free software; you can redistribute it and/or modify it
|
|
|
|
// under the terms of the GNU Lesser General Public License
|
|
|
|
// as published by the Free Software Foundation,
|
|
|
|
// either version 3 of the License, or (at your option) any later version.
|
|
|
|
//
|
|
|
|
// BOINC 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 Lesser General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU Lesser General Public License
|
|
|
|
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
2017-04-08 06:54:49 +00:00
|
|
|
#ifndef BOINC_RR_SIM_H
|
|
|
|
#define BOINC_RR_SIM_H
|
2008-10-28 21:59:25 +00:00
|
|
|
|
2018-12-28 20:55:05 +00:00
|
|
|
extern void rr_simulation(const char* why);
|
2011-09-12 17:01:54 +00:00
|
|
|
extern void print_deadline_misses();
|
2023-03-30 22:22:04 +00:00
|
|
|
extern int n_idle_resources();
|
2008-10-28 21:59:25 +00:00
|
|
|
|
|
|
|
#endif
|