From efdcdc864d849142906c25e96f3e7879399760ad Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 24 Oct 2001 15:34:24 +0000 Subject: [PATCH] UDP wakeup message when channel is deleted is not required --- src/ca/cac.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ca/cac.cpp b/src/ca/cac.cpp index c75b436e6..70cbf7ceb 100644 --- a/src/ca/cac.cpp +++ b/src/ca/cac.cpp @@ -878,14 +878,13 @@ bool cac::lookupChannelAndTransferToTCP ( unsigned cid, unsigned sid, void cac::uninstallChannel ( nciu & chan ) { - this->udpWakeup (); // wait for any IO callbacks in progress to complete // prior to destroying the IO object // // If this is a callback thread then it already owns the // CB lock at this point. If this is the main thread then we // are not in pendEvent, pendIO, SG block, etc and - // this->pCallbackLocker protects. Otherwise if this id + // this->pCallbackLocker protects. Otherwise if this is // the users auxillary thread then this->pCallbackLocker // isnt set and we must take the call back lock. if ( epicsThreadPrivateGet ( caClientCallbackThreadId ) ) {