fixed disconnect callback when channel known to be disconnected

This commit is contained in:
Jeff Hill
2003-09-10 17:09:25 +00:00
parent 36b1f9e4ff
commit 245cf129ff
14 changed files with 170 additions and 149 deletions

View File

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