app specific prefs

svn path=/trunk/boinc/; revision=831
This commit is contained in:
Eric Heien 2003-01-24 22:05:22 +00:00
parent 424ee925b0
commit 99851244ce
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ int ACTIVE_TASK::start(bool first_time) {
// TODO: fill in the app prefs, team name, etc.
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.recent_avg_cobblestones = wup->project->user_expavg_credit;
aid.checkpoint_period = DEFAULT_CHECKPOINT_PERIOD;