From 78313c62f99f4b45c9761c91a24572b28c2f50b2 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Thu, 29 May 2003 13:18:26 +0000 Subject: [PATCH] API change to epicsMessageQueue. --- documentation/RELEASE_NOTES.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index f52dbd282..9ef13c723 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -14,6 +14,22 @@

May 21 2003

+
+

Changes since 3.14.2

+
+ +

epicsMessageQueue

+

The epicsMessageQueue API has been changed. All functions and methods +to receive a message now have an additional argument which specifies the size +of the receiver buffer. The receive functions/methods return -1 and the +received message is discarded if the received message will not fit in the +buffer. +See the Application Developer's Guide (libCom OSI) for details.

+

+This is an incompatible change. All R3.14.2 applications which use +epicsMessageQueue must be modified before they can be compiled and +used with R3.14.3

+

Changes since 3.14.1