From 0422478975760f7702e62bd9cd4a567bc80f674a Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 15 Oct 2001 21:21:20 +0000 Subject: [PATCH] new error code --- src/ca/caerr.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ca/caerr.h b/src/ca/caerr.h index 0ba4d29b4..4da5aa558 100644 --- a/src/ca/caerr.h +++ b/src/ca/caerr.h @@ -133,6 +133,7 @@ #define ECA_NOTINSERVICE DEFMSG(CA_K_WARNING, 54) #define ECA_CHANDESTROY DEFMSG(CA_K_WARNING, 55) #define ECA_BADPRIORITY DEFMSG(CA_K_ERROR, 56) +#define ECA_NOTTHREADED DEFMSG(CA_K_ERROR, 57) #ifndef CA_ERROR_GLBLSOURCE epicsShareExtern READONLY char *ca_message_text[]; @@ -207,6 +208,8 @@ READONLY char *ca_message_text[] "No support in service", "User destroyed channel" +"Priority out of range" +"Preemptive callback not enabled - additional threads may not join" }; #endif