mirror of https://github.com/BOINC/boinc.git
Python: new constants
I don't know why this file is in the repo; it's generated automatically by the configure process
This commit is contained in:
parent
0c63af1d7b
commit
2355453d81
|
@ -87,6 +87,12 @@ PROCESS_PRIORITY_LOW = 2
|
|||
PROCESS_PRIORITY_NORMAL = 3
|
||||
PROCESS_PRIORITY_HIGH = 4
|
||||
PROCESS_PRIORITY_HIGHEST = 5
|
||||
CONFIG_PRIORITY_LOWEST = 0
|
||||
CONFIG_PRIORITY_LOW = 1
|
||||
CONFIG_PRIORITY_NORMAL = 2
|
||||
CONFIG_PRIORITY_HIGH = 3
|
||||
CONFIG_PRIORITY_HIGHEST = 4
|
||||
CONFIG_PRIORITY_REALTIME = 5
|
||||
MSG_INFO = 1
|
||||
MSG_USER_ALERT = 2
|
||||
MSG_INTERNAL_ERROR = 3
|
||||
|
|
Loading…
Reference in New Issue