mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11103
This commit is contained in:
parent
6482388fa3
commit
1a99fddbd1
|
@ -9776,3 +9776,9 @@ Charlie 5 Sep 2006
|
|||
mac_build/
|
||||
boinc.xcodeproj/
|
||||
project.pbxproj
|
||||
|
||||
David 5 Sept 2006
|
||||
- change run-mode #defines to match old ones
|
||||
|
||||
lib/
|
||||
common_defs.h
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
#define GUI_RPC_PORT 31416
|
||||
|
||||
#define RUN_MODE_ALWAYS 1
|
||||
#define RUN_MODE_NEVER 2
|
||||
#define RUN_MODE_AUTO 3
|
||||
#define RUN_MODE_AUTO 2
|
||||
#define RUN_MODE_NEVER 3
|
||||
|
||||
// values of ACTIVE_TASK::scheduler_state and ACTIVE_TASK::next_scheduler_state
|
||||
#define CPU_SCHED_UNINITIALIZED 0
|
||||
|
|
Loading…
Reference in New Issue