new error code

This commit is contained in:
Jeff Hill
2003-10-23 22:26:22 +00:00
parent d9f803937a
commit de880dbf39
2 changed files with 4 additions and 1 deletions

View File

@@ -119,7 +119,9 @@ const char * ca_message_text []
"Invalid channel priority",
"Preemptive callback not enabled - additional threads may not join context",
"Client's protocol revision does not support transfers exceeding 16k bytes",
"Virtual circuit connection sequence aborted"
"Virtual circuit connection sequence aborted",
"Virtual circuit unresponsive"
};
static epicsThreadOnceId caClientContextIdOnce = EPICS_THREAD_ONCE_INIT;

View File

@@ -143,6 +143,7 @@
#define ECA_NOTTHREADED DEFMSG(CA_K_ERROR, 57)
#define ECA_16KARRAYCLIENT DEFMSG(CA_K_WARNING, 58)
#define ECA_CONNSEQTMO DEFMSG(CA_K_WARNING, 59)
#define ECA_UNRESPTMO DEFMSG(CA_K_WARNING, 60)
#ifdef __STDC__
#define CAERR_USE_FUNC_PROTO