From 3f3c33e159883c3bb50f449a62b5272ecac8a037 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 1 Dec 2004 12:41:15 +0000 Subject: [PATCH] putNotifyInit and putNotifyCleanup --- documentation/RELEASE_NOTES.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 3a458ca5f..3e818686d 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,7 @@

Changes since 3.14.6

+

selRecord

The select record type has for a long time made use of a coule of magic numbers (1e+30 and -1e+30) to mean "not a real value", which prevents the record @@ -38,7 +39,11 @@ sizes are (128K,256K,512K). This is used for at least the following: linux, solaris, HPUX, Darwin). Doing this allows creation of many more threads os most systems.

-

dbNotifyCancel

+

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.