more changes to dbNotify

This commit is contained in:
Marty Kraimer
2004-12-02 20:04:21 +00:00
parent 0197dbeb24
commit dff7d483ff

View File

@@ -40,10 +40,6 @@ linux, solaris, HPUX, Darwin). Doing this allows creation of many more
threads os most systems.</p>
<h4>dbNotify</h4>
<p>dbNotify now contains two new functions: putNotifyInit and putNotifyCleanup.
putNotifyInit must bew called before the first call to dbPutNotify.
putNotifyCleanup must be called before the storage for "struct putNotify" is
freed.</p>
<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>