mirror of https://github.com/BOINC/boinc.git
gcc 3.1 compatibility
svn path=/trunk/boinc/; revision=412
This commit is contained in:
parent
8bd0f8360b
commit
211bf65240
|
@ -90,6 +90,7 @@ int parse_fraction_done_file(FILE*, double&, double&);
|
|||
#define FD_INIT_FILE "fd_init.xml"
|
||||
#define CHECKPOINT_CPU_FILE "checkpoint_cpu.xml"
|
||||
#define FRACTION_DONE_FILE "fraction_done.xml"
|
||||
#define STDERR_FILE "stderr.txt"
|
||||
|
||||
int set_timer(double period);
|
||||
|
||||
|
|
|
@ -41,4 +41,3 @@ extern int make_prefs_backup_name(PREFS&, char*);
|
|||
#define SCHED_OP_REQUEST_FILE "sched_request.xml"
|
||||
#define SCHED_OP_RESULT_FILE "sched_reply.xml"
|
||||
#define LOG_FLAGS_FILE "log_flags.xml"
|
||||
#define STDERR_FILE "stderr.txt"
|
||||
|
|
Loading…
Reference in New Issue