From dff7d483ff274361d0d8b958f6515ac325e2263b Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 2 Dec 2004 20:04:21 +0000 Subject: [PATCH] more changes to dbNotify --- documentation/RELEASE_NOTES.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 3e818686d..361bef8e1 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -40,10 +40,6 @@ linux, solaris, HPUX, Darwin). Doing this allows creation of many more threads os most systems.

dbNotify

-

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.

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.