added preemptive callback control

reinstalled flow control
This commit is contained in:
Jeff Hill
2000-06-22 23:59:51 +00:00
parent a0c9a0ea91
commit 47729fed41
14 changed files with 480 additions and 354 deletions

View File

@@ -57,9 +57,9 @@ LOCAL void caExtraEventLabor (void *pArg)
args.status = ECA_NORMAL;
}
LOCK (pcac);
pcac->lock ();
(*ppnb->caUserCallback) (args);
UNLOCK (pcac);
pcac->unlock ();
ppnb->busy = FALSE;
}