diff --git a/src/libCom/osi/epicsThread.h b/src/libCom/osi/epicsThread.h index bd2610879..e9dae3569 100644 --- a/src/libCom/osi/epicsThread.h +++ b/src/libCom/osi/epicsThread.h @@ -33,6 +33,8 @@ static const unsigned epicsThreadPriorityCAServerLow = 20; static const unsigned epicsThreadPriorityCAServerHigh = 40; static const unsigned epicsThreadPriorityScanLow = 60; static const unsigned epicsThreadPriorityScanHigh = 70; +static const unsigned epicsThreadPriorityIocsh = 91; +static const unsigned epicsThreadPriorityBaseMax = 91; /* stack sizes for each stackSizeClass are implementation and CPU dependent */ typedef enum {