diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 27b3cc6be..6372db683 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -12,6 +12,25 @@
Query routines have been added that count CA client connections made by +Access Security rules and Database Channel Access links. A similar routine will +be added to version 2.0.12 of the sequencer for counting sequence program CA +links:
+ ++ ++void ascaStats(int *pchans, int *pdiscon); +void dbcaStats(int *pchans, int *pdiscon); +void seqcaStats(int *pchans, int *pdiscon);+
The pchans parameter should point to integer storage which will be set to the +total number of channels open, while the value at the pdiscon pointer will be +set to the number of channels currently disconnected. Prototypes for these +routines can be found in the header files asCa.h and dbCaTest.h (seqCom.h for +the sequencer).
+J. Lewis Muir provided patches to ensure that all messages printed on the