mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4492
This commit is contained in:
parent
85bb901e1f
commit
6c904f7bcb
|
@ -76,7 +76,6 @@ extern "C" {
|
|||
extern int boinc_fraction_done(double);
|
||||
|
||||
extern int boinc_wu_cpu_time(double&);
|
||||
extern int boinc_calling_thread_cpu_time(double&, double&);
|
||||
|
||||
extern int boinc_suspend_other_activities();
|
||||
extern int boinc_resume_other_activities();
|
||||
|
|
|
@ -19084,7 +19084,7 @@ David 4 Nov 2004
|
|||
client
|
||||
Makefile.am
|
||||
|
||||
David 5 Nov
|
||||
David 5 Nov 2004
|
||||
- get clientgui to compile on Solaris.
|
||||
- include <stdexcept>
|
||||
- add NOCLIPBOARD flag in Makefile,
|
||||
|
@ -19098,3 +19098,15 @@ David 5 Nov
|
|||
stdwx.h
|
||||
lib/
|
||||
util.C
|
||||
|
||||
David 5 Nov 2004
|
||||
- move declaration of boinc_calling_thread_cpu_time()
|
||||
from boinc_api.h to util.h
|
||||
|
||||
api/
|
||||
boinc_api.h
|
||||
client/
|
||||
dhrystone.C
|
||||
whetstone.C
|
||||
lib/
|
||||
util.h
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
#include "boinc_api.h"
|
||||
#include "util.h"
|
||||
#include "cpu_benchmark.h"
|
||||
#include "dhrystone.h"
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include <ctime>
|
||||
#endif
|
||||
|
||||
#include "boinc_api.h"
|
||||
#include "util.h"
|
||||
#include "cpu_benchmark.h"
|
||||
|
||||
#define SPDP double
|
||||
|
|
|
@ -126,4 +126,6 @@ extern int dir_hier_url(
|
|||
const char* filename, const char* root, int fanout, char* result
|
||||
);
|
||||
|
||||
extern int boinc_calling_thread_cpu_time(double&, double&);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue