dbNotifyCancel waits for userCallback if active

This commit is contained in:
Marty Kraimer
2004-09-15 12:44:17 +00:00
parent cb1c8e14af
commit ab176a13cd

View File

@@ -12,6 +12,11 @@
<h2 align="center">Changes since 3.14.6</h2>
<h4>dbNotifyCancel</h4>
<p>dbNotifyCancel now waits if the userCallback is active when dbNotifyCancel
is called. Previously it just returned. NOTE CAREFULLY. This means
that the userCallback must not free the putNotify structure.</p>
mean that
<h4>POSIX signals</h4>
<p>Signals are blocked in all but the main thread. Applications/drivers