svn path=/trunk/boinc/; revision=17213

This commit is contained in:
David Anderson 2009-02-11 22:39:59 +00:00
parent 2c068b76dc
commit 84a02bdbeb
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ void APP_INIT_DATA::copy(const APP_INIT_DATA& a) {
fraction_done_start = a.fraction_done_start;
fraction_done_end = a.fraction_done_end;
checkpoint_period = a.checkpoint_period;
shmem_seg_name = a.shmem_seg_name;
wu_cpu_time = a.wu_cpu_time;
if (a.project_preferences) {
project_preferences = strdup(a.project_preferences);