mirror of https://github.com/BOINC/boinc.git
parent
424ee925b0
commit
99851244ce
|
@ -136,6 +136,7 @@ int ACTIVE_TASK::start(bool first_time) {
|
||||||
|
|
||||||
// TODO: fill in the app prefs, team name, etc.
|
// TODO: fill in the app prefs, team name, etc.
|
||||||
strncpy( aid.user_name, wup->project->user_name, 256 );
|
strncpy( aid.user_name, wup->project->user_name, 256 );
|
||||||
|
strncpy( aid.app_preferences, wup->project->project_specific_prefs, 4096 );
|
||||||
aid.total_cobblestones = wup->project->user_total_credit;
|
aid.total_cobblestones = wup->project->user_total_credit;
|
||||||
aid.recent_avg_cobblestones = wup->project->user_expavg_credit;
|
aid.recent_avg_cobblestones = wup->project->user_expavg_credit;
|
||||||
aid.checkpoint_period = DEFAULT_CHECKPOINT_PERIOD;
|
aid.checkpoint_period = DEFAULT_CHECKPOINT_PERIOD;
|
||||||
|
|
Loading…
Reference in New Issue