mirror of https://github.com/BOINC/boinc.git
- client simulator: compile fix
svn path=/trunk/boinc/; revision=23779
This commit is contained in:
parent
047fba0e7c
commit
c230bff830
|
@ -3804,3 +3804,10 @@ David 25 Jun 2011
|
|||
cc_config.cpp,h
|
||||
client/
|
||||
cpu_sched.cpp
|
||||
|
||||
David 25 Jun 2011
|
||||
- client simulator: compile fix
|
||||
|
||||
client/
|
||||
makefile_sim
|
||||
sim_util.cpp
|
||||
|
|
|
@ -39,6 +39,7 @@ OBJS = \
|
|||
time_stats.o \
|
||||
work_fetch.o \
|
||||
../sched/edf_sim.o \
|
||||
../lib/cc_config.o \
|
||||
../lib/cert_sig.o \
|
||||
../lib/coproc.o \
|
||||
../lib/crypt.o \
|
||||
|
|
|
@ -53,7 +53,7 @@ void HOST_INFO::generate_host_cpid() {}
|
|||
|
||||
//int get_connected_state() {return 1;}
|
||||
|
||||
void show_message(PROJECT *p, char* msg, int priority, bool, const char*) {
|
||||
void show_message(PROJ_AM *p, char* msg, int priority, bool, const char*) {
|
||||
const char* x;
|
||||
char message[1024];
|
||||
|
||||
|
|
Loading…
Reference in New Issue