more changes to dbNotify
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user