Changes between Version 9 and Version 10 of PrefsOverride


Ignore:
Timestamp:
Oct 18, 2007, 3:04:52 PM (17 years ago)
Author:
Ageless
Comment:

commenting back.

Legend:

Unmodified
Added
Removed
Modified
  • PrefsOverride

    v9 v10  
    4949{{{
    5050#!comment Where did [ <host_venue>venue</host_venue> ] come from? I've removed it since it's badly formed XML and I can't find it in the source.
     51
     52Look in cs_prefs.c where it says:
     53// Read global preferences into the global_prefs structure.
     54// 1) read the override file to get venue in case it's there
     55// 2) read global_prefs.xml
     56// 3) read the override file again
     57//
     58// This is called:
     59// - on startup
     60// - on completion of a scheduler or AMS RPC, if they sent prefs
     61// - in response to read_global_prefs_override GUI RPC
     62
     63It's the choice of venue that is done there. As you can set GPOs for different venues.
    5164}}}
     65
    5266
    5367NOTE: the above is updated for BOINC 5.10+; see [source:trunk/boinc/lib/prefs.C lib/prefs.C] and [source:trunk/boinc/lib/prefs.h lib/prefs.h] for more information.