Skip to content

Commit

Permalink
Python: new constants
Browse files Browse the repository at this point in the history
I don't know why this file is in the repo;
it's generated automatically by the configure process
  • Loading branch information
davidpanderson authored and Flowdalic committed Dec 14, 2020
1 parent 1a64d5d commit 662afce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions py/Boinc/boinc_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@
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
Expand Down

0 comments on commit 662afce

Please sign in to comment.