make extern declaration of fpops_to_credit() match implementation

This commit is contained in:
Bernd Machenschalk 2012-11-06 11:57:21 +01:00 committed by Oliver Bock
parent b8d836bc30
commit 444cc65722
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@
#define AV_AVG_WEIGHT .001
#define AV_AVG_LIMIT 10
extern double fpops_to_credit(double fpops, double intops);
extern double fpops_to_credit(double fpops);
// credit that should be granted for a given number of
// floating-point and integer ops
// floating-point ops
extern double cpu_time_to_credit(double cpu_time, double cpu_flops_sec);
extern int grant_credit(DB_HOST& host, double start_time, double credit);