~ubuntu-branches/ubuntu/lucid/boinc/lucid

« back to all changes in this revision

Viewing changes to client/log_flags.h

  • Committer: Bazaar Package Importer
  • Author(s): Frank S. Thomas, Frank S. Thomas, Thibaut VARENE
  • Date: 2007-12-05 03:02:28 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205030228-bii2lo47p2dqrkg7
Tags: 5.10.30-1
[ Frank S. Thomas ]
* New upstream release.
* debian/boinc-client.default: Removed --return_results_immediately from the
  example BOINC_OPTS variable, because this command line option is not
  implemented and won't be available in BOINC >= 6.1, see upstream r14280.
* debian/control:
  - Bumped Standards-Version from 3.7.2 to 3.7.3, no changes required.
  - Changed my maintainer address to fst@debian.org.

[ Thibaut VARENE ]
* debian/boinc-client.{init,default}: Added option to enable advanced
  scheduling of the client and its sub-processes by default.
  (closes: #449015)

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
    bool simple_gui_only;
99
99
    bool dont_contact_ref_site;
100
100
    std::vector<std::string> alt_platforms;
 
101
    int max_stdout_file_size;
 
102
    int max_stderr_file_size;
101
103
 
102
104
    CONFIG();
103
105
    void defaults();