- client simulator: compile fix

svn path=/trunk/boinc/; revision=23779
This commit is contained in:
David Anderson 2011-06-25 17:58:37 +00:00
parent 047fba0e7c
commit c230bff830
3 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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 \

View File

@ -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];