mirror of https://github.com/BOINC/boinc.git
- Double include protection added to sched_customize.h
This commit is contained in:
parent
7621e98c5b
commit
a4e4b2fba0
|
@ -14,6 +14,8 @@
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public License
|
// You should have received a copy of the GNU Lesser General Public License
|
||||||
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
|
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
#ifndef SCHED_CUSTOMIZE_H
|
||||||
|
#define SCHED_CUSTOMIZE_H
|
||||||
|
|
||||||
#include "boinc_db.h"
|
#include "boinc_db.h"
|
||||||
#include "sched_types.h"
|
#include "sched_types.h"
|
||||||
|
@ -105,3 +107,5 @@ static inline void coproc_perf(
|
||||||
// do the math
|
// do the math
|
||||||
u1 = frac*s2/y;
|
u1 = frac*s2/y;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue